#C2B226

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

Shades of Earls Green #C2B226

Tints of Earls Green #C2B226

Color information

#C2B226 (or 0xC2B226) is unknown color: approx Earls Green. HEX triplet: C2, B2 and 26. RGB value is (194,178,38). Sum of RGB (Red+Green+Blue) = 194+178+38=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B226 is #3D4DD9. Grayscale: #A7A7A7. Windows color (decimal): -4017626 or 2536130. OLE color: 2536130.

HSL color Cylindrical-coordinate representation of color #C2B226: hue angle of 53.85º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2B226 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB19417838-
CMYK00.080.800.24
HSL53.85º67.24%45.49%-
HSV(B)53.85º80.41%76.08%-
XYZ38.5243.458.19-
YUV166.8255.3147.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.32%
GREEN value IS 178 (69.92% from 255) = 43.41%
BLUE value IS 38 (15.23% from 255) = 9.27%
R=47.32%
G=43.41%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941783800.080.800.2453.8567.2445.49
HexC2B22608501836432d
Octal30226246010120306610355
Binary1100001010110010100110010001010000110001101101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B226; }

 p { color: rgb(194,178,38); }

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

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

 a { background-color: rgb(194,178,38); }

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

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

 span { border-color: rgb(194,178,38); }

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