#C0B419

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

Shades of Earls Green #C0B419

Tints of Earls Green #C0B419

Color information

#C0B419 (or 0xC0B419) is unknown color: approx Earls Green. HEX triplet: C0, B4 and 19. RGB value is (192,180,25). Sum of RGB (Red+Green+Blue) = 192+180+25=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B419 is #3F4BE6. Grayscale: #A6A6A6. Windows color (decimal): -4148199 or 1684672. OLE color: 1684672.

HSL color Cylindrical-coordinate representation of color #C0B419: hue angle of 55.69º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0B419 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19218025-
CMYK00.060.870.25
HSL55.69º76.96%42.55%-
HSV(B)55.69º86.98%75.29%-
XYZ38.2343.927.38-
YUV165.9248.48146.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 180 (70.70% from 255) = 45.34%
BLUE value IS 25 (10.16% from 255) = 6.30%
R=48.36%
G=45.34%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921802500.060.870.2555.6976.9642.55
HexC0B419065719384d2b
Octal3002643106127317011553
Binary11000000101101001100101101010111110011110001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B419; }

 p { color: rgb(192,180,25); }

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

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

 a { background-color: rgb(192,180,25); }

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

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

 span { border-color: rgb(192,180,25); }

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