#C0B922

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

Shades of Earls Green #C0B922

Tints of Earls Green #C0B922

Color information

#C0B922 (or 0xC0B922) is unknown color: approx Earls Green. HEX triplet: C0, B9 and 22. RGB value is (192,185,34). Sum of RGB (Red+Green+Blue) = 192+185+34=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B922 is #3F46DD. Grayscale: #AAAAAA. Windows color (decimal): -4146910 or 2275776. OLE color: 2275776.

HSL color Cylindrical-coordinate representation of color #C0B922: hue angle of 57.34º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0B922 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19218534-
CMYK00.040.820.25
HSL57.34º69.91%44.31%-
HSV(B)57.34º82.29%75.29%-
XYZ39.3846.028.32-
YUV169.8851.32143.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.72%
GREEN value IS 185 (72.66% from 255) = 45.01%
BLUE value IS 34 (13.67% from 255) = 8.27%
R=46.72%
G=45.01%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921853400.040.820.2557.3469.9144.31
HexC0B92204521939462c
Octal3002714204122317110654
Binary110000001011100110001001001010010110011110011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B922; }

 p { color: rgb(192,185,34); }

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

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

 a { background-color: rgb(192,185,34); }

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

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

 span { border-color: rgb(192,185,34); }

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