#C0B123

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

Shades of Earls Green #C0B123

Tints of Earls Green #C0B123

Color information

#C0B123 (or 0xC0B123) is unknown color: approx Earls Green. HEX triplet: C0, B1 and 23. RGB value is (192,177,35). Sum of RGB (Red+Green+Blue) = 192+177+35=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 35 (14.06% from 255 or 8.66% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B123 is #3F4EDC. Grayscale: #A5A5A5. Windows color (decimal): -4148957 or 2339264. OLE color: 2339264.

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

Color convert

RGB19217735-
CMYK00.080.820.25
HSL54.27º69.16%44.51%-
HSV(B)54.27º81.77%75.29%-
XYZ37.7642.777.86-
YUV165.354.47147.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.52%
GREEN value IS 177 (69.53% from 255) = 43.81%
BLUE value IS 35 (14.06% from 255) = 8.66%
R=47.52%
G=43.81%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921773500.080.820.2554.2769.1644.51
HexC0B12308521936452d
Octal30026143010122316610555
Binary1100000010110001100011010001010010110011101101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B123; }

 p { color: rgb(192,177,35); }

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

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

 a { background-color: rgb(192,177,35); }

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

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

 span { border-color: rgb(192,177,35); }

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