Html Css Color HEX #C0B21E Earls Green

📋 copy color: '#C0B21E'

red 192 ◦ green 178 ◦ blue 30

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

Shades of Earls Green #C0B21E

Tints of Earls Green #C0B21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.5%

R = 48%
G = 44.5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0B21E (or 0xC0B21E) is known color: Earls Green. HEX triplet: C0, B2 and 1E. RGB value is (192,178,30). Sum of RGB (Red+Green+Blue) = 192+178+30=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B21E is #3F4DE1. Grayscale: #A5A5A5. Windows color (decimal): -4148706 or 2011840. OLE color: 2011840.

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

Color convert

RGB 192 178 30 -
CMYK 0 0.07 0.84 0.25
HSL 54.81º 0.73% 0.44% -
HSV(B) 54.81º 0.84% 0.75% -
XYZ 37.89 43.14 7.56 -
YUV 165.31 51.64 147.03 -
System Red Green Blue C M Y K H S L
Decimal 192 178 30 0 0.07 0.84 0.25 54.81 0.73 0.44
Hex C0 B2 1E 0 7 54 19 37 49 2C
Octal 300 262 36 0 7 124 31 67 111 54
Binary 11000000 10110010 11110 0 111 1010100 11001 110111 1001001 101100

Color Harmonies of #C0B21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B21E

Black with #C0B21E

Text Example


Text Example

White with #C0B21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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