#C1B32D

Color #C1B32D Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #C1B32D

Tints of Earls Green #C1B32D

Color information

#C1B32D (or 0xC1B32D) is unknown color: approx Earls Green. HEX triplet: C1, B3 and 2D. RGB value is (193,179,45). Sum of RGB (Red+Green+Blue) = 193+179+45=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B32D is #3E4CD2. Grayscale: #A8A8A8. Windows color (decimal): -4082899 or 2995137. OLE color: 2995137.

HSL color Cylindrical-coordinate representation of color #C1B32D: hue angle of 54.32º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1B32D is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB19317945-
CMYK00.070.770.24
HSL54.32º62.18%46.67%-
HSV(B)54.32º76.68%75.69%-
XYZ38.5943.778.9-
YUV167.9158.64145.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 179 (70.31% from 255) = 42.93%
BLUE value IS 45 (17.97% from 255) = 10.79%
R=46.28%
G=42.93%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931794500.070.770.2454.3262.1846.67
HexC1B32D074D18363e2f
Octal301263550711530667657
Binary11000001101100111011010111100110111000110110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B32D; }

 p { color: rgb(193,179,45); }

 H1.HeaderClassName
 {
   color: #C1B32D;
 }
 .AnyTagClassName
 {
   color: #C1B32D;
 }
</style>
background-color css

<style>
 a { background-color: #C1B32D; }

 a { background-color: rgb(193,179,45); }

 div.DivClassName
 {
   background-color: #C1B32D;
 }
 .BgClassName
 {
   background-color: #C1B32D;
 }
</style>
border-color css

<style>
 span { border-color: #C1B32D; }

 span { border-color: rgb(193,179,45); }

 td.TdClassName
 {
   border-color: #C1B32D;
 }
 .TagClassName
 {
   border-color: #C1B32D;
 }
</style>