#C8B126

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

Shades of Earls Green #C8B126

Tints of Earls Green #C8B126

Color information

#C8B126 (or 0xC8B126) is unknown color: approx Earls Green. HEX triplet: C8, B1 and 26. RGB value is (200,177,38). Sum of RGB (Red+Green+Blue) = 200+177+38=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B126 is #374ED9. Grayscale: #A8A8A8. Windows color (decimal): -3624666 or 2535880. OLE color: 2535880.

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

Color convert

RGB20017738-
CMYK00.120.810.22
HSL51.48º68.07%46.67%-
HSV(B)51.48º81%78.43%-
XYZ39.8943.868.2-
YUV168.0354.62150.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.19%
GREEN value IS 177 (69.53% from 255) = 42.65%
BLUE value IS 38 (15.23% from 255) = 9.16%
R=48.19%
G=42.65%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001773800.120.810.2251.4868.0746.67
HexC8B1260C511633442f
Octal31026146014121266310457
Binary1100100010110001100110011001010001101101100111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B126; }

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

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

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

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

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

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

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

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