Html Css Color HEX #C0B01C Earls Green

📋 copy color: '#C0B01C'

red 192 ◦ green 176 ◦ blue 28

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

Shades of Earls Green #C0B01C

Tints of Earls Green #C0B01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.07%

R = 48.48%
G = 44.44%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0B01C (or 0xC0B01C) is known color: Earls Green. HEX triplet: C0, B0 and 1C. RGB value is (192,176,28). Sum of RGB (Red+Green+Blue) = 192+176+28=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B01C is #3F4FE3. Grayscale: #A4A4A4. Windows color (decimal): -4149220 or 1880256. OLE color: 1880256.

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

Color convert

RGB 192 176 28 -
CMYK 0 0.08 0.85 0.25
HSL 54.15º 0.75% 0.43% -
HSV(B) 54.15º 0.85% 0.75% -
XYZ 37.47 42.34 7.3 -
YUV 163.91 51.3 148.03 -
System Red Green Blue C M Y K H S L
Decimal 192 176 28 0 0.08 0.85 0.25 54.15 0.75 0.43
Hex C0 B0 1C 0 8 55 19 36 4B 2B
Octal 300 260 34 0 10 125 31 66 113 53
Binary 11000000 10110000 11100 0 1000 1010101 11001 110110 1001011 101011

Color Harmonies of #C0B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B01C

Black with #C0B01C

Text Example


Text Example

White with #C0B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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