#C7B024

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

Shades of Earls Green #C7B024

Tints of Earls Green #C7B024

Color information

#C7B024 (or 0xC7B024) is unknown color: approx Earls Green. HEX triplet: C7, B0 and 24. RGB value is (199,176,36). Sum of RGB (Red+Green+Blue) = 199+176+36=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B024 is #384FDB. Grayscale: #A7A7A7. Windows color (decimal): -3690460 or 2404551. OLE color: 2404551.

HSL color Cylindrical-coordinate representation of color #C7B024: hue angle of 51.53º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7B024 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB19917636-
CMYK00.120.820.22
HSL51.53º69.36%46.08%-
HSV(B)51.53º81.91%78.04%-
XYZ39.443.327.95-
YUV166.9254.12150.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.42%
GREEN value IS 176 (69.14% from 255) = 42.82%
BLUE value IS 36 (14.45% from 255) = 8.76%
R=48.42%
G=42.82%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991763600.120.820.2251.5369.3646.08
HexC7B0240C521634452e
Octal30726044014122266410556
Binary1100011110110000100100011001010010101101101001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B024; }

 p { color: rgb(199,176,36); }

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

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

 a { background-color: rgb(199,176,36); }

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

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

 span { border-color: rgb(199,176,36); }

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