#C1B724

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

Shades of Earls Green #C1B724

Tints of Earls Green #C1B724

Color information

#C1B724 (or 0xC1B724) is unknown color: approx Earls Green. HEX triplet: C1, B7 and 24. RGB value is (193,183,36). Sum of RGB (Red+Green+Blue) = 193+183+36=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B724 is #3E48DB. Grayscale: #A9A9A9. Windows color (decimal): -4081884 or 2406337. OLE color: 2406337.

HSL color Cylindrical-coordinate representation of color #C1B724: hue angle of 56.18º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1B724 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB19318336-
CMYK00.050.810.24
HSL56.18º68.56%44.9%-
HSV(B)56.18º81.35%75.69%-
XYZ39.2445.338.35-
YUV169.2352.81144.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.84%
GREEN value IS 183 (71.88% from 255) = 44.42%
BLUE value IS 36 (14.45% from 255) = 8.74%
R=46.84%
G=44.42%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931833600.050.810.2456.1868.5644.9
HexC1B72405511838452d
Octal3012674405121307010555
Binary110000011011011110010001011010001110001110001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B724; }

 p { color: rgb(193,183,36); }

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

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

 a { background-color: rgb(193,183,36); }

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

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

 span { border-color: rgb(193,183,36); }

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