Html Css Color HEX #C0B21A Earls Green

📋 copy color: '#C0B21A'

red 192 ◦ green 178 ◦ blue 26

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

Shades of Earls Green #C0B21A

Tints of Earls Green #C0B21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.57%

R = 48.48%
G = 44.95%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0B21A (or 0xC0B21A) is known color: Earls Green. HEX triplet: C0, B2 and 1A. RGB value is (192,178,26). Sum of RGB (Red+Green+Blue) = 192+178+26=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B21A is #3F4DE5. Grayscale: #A5A5A5. Windows color (decimal): -4148710 or 1749696. OLE color: 1749696.

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

Color convert

RGB 192 178 26 -
CMYK 0 0.07 0.86 0.25
HSL 54.94º 0.76% 0.43% -
HSV(B) 54.94º 0.86% 0.75% -
XYZ 37.85 43.12 7.31 -
YUV 164.86 49.64 147.36 -
System Red Green Blue C M Y K H S L
Decimal 192 178 26 0 0.07 0.86 0.25 54.94 0.76 0.43
Hex C0 B2 1A 0 7 56 19 37 4C 2B
Octal 300 262 32 0 7 126 31 67 114 53
Binary 11000000 10110010 11010 0 111 1010110 11001 110111 1001100 101011

Color Harmonies of #C0B21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B21A

Black with #C0B21A

Text Example


Text Example

White with #C0B21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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