#C0B427

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

Shades of Earls Green #C0B427

Tints of Earls Green #C0B427

Color information

#C0B427 (or 0xC0B427) is unknown color: approx Earls Green. HEX triplet: C0, B4 and 27. RGB value is (192,180,39). Sum of RGB (Red+Green+Blue) = 192+180+39=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B427 is #3F4BD8. Grayscale: #A8A8A8. Windows color (decimal): -4148185 or 2602176. OLE color: 2602176.

HSL color Cylindrical-coordinate representation of color #C0B427: hue angle of 55.29º 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 #C0B427 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19218039-
CMYK00.060.800.25
HSL55.29º66.23%45.29%-
HSV(B)55.29º79.69%75.29%-
XYZ38.43448.39-
YUV167.5155.48145.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.72%
GREEN value IS 180 (70.70% from 255) = 43.80%
BLUE value IS 39 (15.62% from 255) = 9.49%
R=46.72%
G=43.80%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921803900.060.800.2555.2966.2345.29
HexC0B42706501937422d
Octal3002644706120316710255
Binary110000001011010010011101101010000110011101111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B427; }

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

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

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

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

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

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

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

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