#C0B627

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

Shades of Earls Green #C0B627

Tints of Earls Green #C0B627

Color information

#C0B627 (or 0xC0B627) is unknown color: approx Earls Green. HEX triplet: C0, B6 and 27. RGB value is (192,182,39). Sum of RGB (Red+Green+Blue) = 192+182+39=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B627 is #3F49D8. Grayscale: #A9A9A9. Windows color (decimal): -4147673 or 2602688. OLE color: 2602688.

HSL color Cylindrical-coordinate representation of color #C0B627: hue angle of 56.08º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0B627 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19218239-
CMYK00.050.800.25
HSL56.08º66.23%45.29%-
HSV(B)56.08º79.69%75.29%-
XYZ38.8344.818.52-
YUV168.6954.81144.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.49%
GREEN value IS 182 (71.48% from 255) = 44.07%
BLUE value IS 39 (15.62% from 255) = 9.44%
R=46.49%
G=44.07%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921823900.050.800.2556.0866.2345.29
HexC0B62705501938422d
Octal3002664705120317010255
Binary110000001011011010011101011010000110011110001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B627; }

 p { color: rgb(192,182,39); }

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

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

 a { background-color: rgb(192,182,39); }

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

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

 span { border-color: rgb(192,182,39); }

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