#C8B11E

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

Shades of Earls Green #C8B11E

Tints of Earls Green #C8B11E

Color information

#C8B11E (or 0xC8B11E) is unknown color: approx Earls Green. HEX triplet: C8, B1 and 1E. RGB value is (200,177,30). Sum of RGB (Red+Green+Blue) = 200+177+30=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B11E is #374EE1. Grayscale: #A7A7A7. Windows color (decimal): -3624674 or 2011592. OLE color: 2011592.

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

Color convert

RGB20017730-
CMYK00.120.850.22
HSL51.88º73.91%45.1%-
HSV(B)51.88º85%78.43%-
XYZ39.7843.827.59-
YUV167.1250.62151.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 177 (69.53% from 255) = 43.49%
BLUE value IS 30 (12.11% from 255) = 7.37%
R=49.14%
G=43.49%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001773000.120.850.2251.8873.9145.1
HexC8B11E0C5516344a2d
Octal31026136014125266411255
Binary110010001011000111110011001010101101101101001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B11E; }

 p { color: rgb(200,177,30); }

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

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

 a { background-color: rgb(200,177,30); }

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

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

 span { border-color: rgb(200,177,30); }

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