Html Css Color HEX #C0B21C Earls Green

📋 copy color: '#C0B21C'

red 192 ◦ green 178 ◦ blue 28

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

Shades of Earls Green #C0B21C

Tints of Earls Green #C0B21C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.72%

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

R = 48.24%
G = 44.72%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0B21C (or 0xC0B21C) is known color: Earls Green. HEX triplet: C0, B2 and 1C. RGB value is (192,178,28). Sum of RGB (Red+Green+Blue) = 192+178+28=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B21C is #3F4DE3. Grayscale: #A5A5A5. Windows color (decimal): -4148708 or 1880768. OLE color: 1880768.

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

Color convert

RGB 192 178 28 -
CMYK 0 0.07 0.85 0.25
HSL 54.88º 0.75% 0.43% -
HSV(B) 54.88º 0.85% 0.75% -
XYZ 37.87 43.13 7.43 -
YUV 165.09 50.64 147.2 -
System Red Green Blue C M Y K H S L
Decimal 192 178 28 0 0.07 0.85 0.25 54.88 0.75 0.43
Hex C0 B2 1C 0 7 55 19 37 4B 2B
Octal 300 262 34 0 7 125 31 67 113 53
Binary 11000000 10110010 11100 0 111 1010101 11001 110111 1001011 101011

Color Harmonies of #C0B21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B21C

Black with #C0B21C

Text Example


Text Example

White with #C0B21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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