#C0B728

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

Shades of Earls Green #C0B728

Tints of Earls Green #C0B728

Color information

#C0B728 (or 0xC0B728) is unknown color: approx Earls Green. HEX triplet: C0, B7 and 28. RGB value is (192,183,40). Sum of RGB (Red+Green+Blue) = 192+183+40=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B728 is #3F48D7. Grayscale: #A9A9A9. Windows color (decimal): -4147416 or 2668480. OLE color: 2668480.

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

Color convert

RGB19218340-
CMYK00.050.790.25
HSL56.45º65.52%45.49%-
HSV(B)56.45º79.17%75.29%-
XYZ39.0545.238.68-
YUV169.3954.98144.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 183 (71.88% from 255) = 44.10%
BLUE value IS 40 (16.02% from 255) = 9.64%
R=46.27%
G=44.10%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921834000.050.790.2556.4565.5245.49
HexC0B728054F1938422d
Octal3002675005117317010255
Binary110000001011011110100001011001111110011110001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B728; }

 p { color: rgb(192,183,40); }

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

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

 a { background-color: rgb(192,183,40); }

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

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

 span { border-color: rgb(192,183,40); }

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