#C0B425

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

Shades of Earls Green #C0B425

Tints of Earls Green #C0B425

Color information

#C0B425 (or 0xC0B425) is unknown color: approx Earls Green. HEX triplet: C0, B4 and 25. RGB value is (192,180,37). Sum of RGB (Red+Green+Blue) = 192+180+37=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B425 is #3F4BDA. Grayscale: #A7A7A7. Windows color (decimal): -4148187 or 2471104. OLE color: 2471104.

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

Color convert

RGB19218037-
CMYK00.060.810.25
HSL55.35º67.69%44.9%-
HSV(B)55.35º80.73%75.29%-
XYZ38.3943.988.22-
YUV167.2954.48145.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.94%
GREEN value IS 180 (70.70% from 255) = 44.01%
BLUE value IS 37 (14.84% from 255) = 9.05%
R=46.94%
G=44.01%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921803700.060.810.2555.3567.6944.9
HexC0B42506511937442d
Octal3002644506121316710455
Binary110000001011010010010101101010001110011101111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B425; }

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

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

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

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

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

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

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

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