#C0B32C

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

Shades of Earls Green #C0B32C

Tints of Earls Green #C0B32C

Color information

#C0B32C (or 0xC0B32C) is unknown color: approx Earls Green. HEX triplet: C0, B3 and 2C. RGB value is (192,179,44). Sum of RGB (Red+Green+Blue) = 192+179+44=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B32C is #3F4CD3. Grayscale: #A8A8A8. Windows color (decimal): -4148436 or 2929600. OLE color: 2929600.

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

Color convert

RGB19217944-
CMYK00.070.770.25
HSL54.73º62.71%46.27%-
HSV(B)54.73º77.08%75.29%-
XYZ38.3143.638.78-
YUV167.558.31145.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 179 (70.31% from 255) = 43.13%
BLUE value IS 44 (17.58% from 255) = 10.60%
R=46.27%
G=43.13%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921794400.070.770.2554.7362.7146.27
HexC0B32C074D19373f2e
Octal300263540711531677756
Binary11000000101100111011000111100110111001110111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B32C; }

 p { color: rgb(192,179,44); }

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

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

 a { background-color: rgb(192,179,44); }

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

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

 span { border-color: rgb(192,179,44); }

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