Html Css Color HEX #C0B024 Earls Green

📋 copy color: '#C0B024'

red 192 ◦ green 176 ◦ blue 36

#C0B024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #C0B024

Tints of Earls Green #C0B024

RGB

 RED value IS 192 (75.39% from 255) = 47.52%

 GREEN value IS 176 (69.14% from 255) = 43.56%

 BLUE value IS 36 (14.45% from 255) = 8.91%

R = 47.52%
G = 43.56%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C0B024 (or 0xC0B024) is known color: Earls Green. HEX triplet: C0, B0 and 24. RGB value is (192,176,36). Sum of RGB (Red+Green+Blue) = 192+176+36=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B024 is #3F4FDB. Grayscale: #A5A5A5. Windows color (decimal): -4149212 or 2404544. OLE color: 2404544.

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

Color convert

RGB 192 176 36 -
CMYK 0 0.08 0.81 0.25
HSL 53.85º 0.68% 0.45% -
HSV(B) 53.85º 0.81% 0.75% -
XYZ 37.58 42.38 7.87 -
YUV 164.82 55.3 147.38 -
System Red Green Blue C M Y K H S L
Decimal 192 176 36 0 0.08 0.81 0.25 53.85 0.68 0.45
Hex C0 B0 24 0 8 51 19 36 44 2D
Octal 300 260 44 0 10 121 31 66 104 55
Binary 11000000 10110000 100100 0 1000 1010001 11001 110110 1000100 101101

Color Harmonies of #C0B024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B024

Black with #C0B024

Text Example


Text Example

White with #C0B024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B024; }

 p { color: rgb(192,176,36); }

 H1.HeaderClassName
 {
   color: #C0B024;
 }
 .AnyTagClassName
 {
   color: #C0B024;
 }
</style>

background-color css

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

 a { background-color: rgb(192,176,36); }

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

border-color css

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

 span { border-color: rgb(192,176,36); }

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