Html Css Color HEX #C0B11C Earls Green

📋 copy color: '#C0B11C'

red 192 ◦ green 177 ◦ blue 28

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

Shades of Earls Green #C0B11C

Tints of Earls Green #C0B11C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.58%

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

R = 48.36%
G = 44.58%
B = 7.05%

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

#C0B11C (or 0xC0B11C) is known color: Earls Green. HEX triplet: C0, B1 and 1C. RGB value is (192,177,28). Sum of RGB (Red+Green+Blue) = 192+177+28=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B11C is #3F4EE3. Grayscale: #A5A5A5. Windows color (decimal): -4148964 or 1880512. OLE color: 1880512.

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

Color convert

RGB 192 177 28 -
CMYK 0 0.08 0.85 0.25
HSL 54.51º 0.75% 0.43% -
HSV(B) 54.51º 0.85% 0.75% -
XYZ 37.67 42.73 7.36 -
YUV 164.5 50.97 147.62 -
System Red Green Blue C M Y K H S L
Decimal 192 177 28 0 0.08 0.85 0.25 54.51 0.75 0.43
Hex C0 B1 1C 0 8 55 19 37 4B 2B
Octal 300 261 34 0 10 125 31 67 113 53
Binary 11000000 10110001 11100 0 1000 1010101 11001 110111 1001011 101011

Color Harmonies of #C0B11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B11C

Black with #C0B11C

Text Example


Text Example

White with #C0B11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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