Html Css Color HEX #C0B21F Earls Green

📋 copy color: '#C0B21F'

red 192 ◦ green 178 ◦ blue 31

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

Shades of Earls Green #C0B21F

Tints of Earls Green #C0B21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.73%

R = 47.88%
G = 44.39%
B = 7.73%

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

#C0B21F (or 0xC0B21F) is known color: Earls Green. HEX triplet: C0, B2 and 1F. RGB value is (192,178,31). Sum of RGB (Red+Green+Blue) = 192+178+31=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B21F is #3F4DE0. Grayscale: #A6A6A6. Windows color (decimal): -4148705 or 2077376. OLE color: 2077376.

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

Color convert

RGB 192 178 31 -
CMYK 0 0.07 0.84 0.25
HSL 54.78º 0.72% 0.44% -
HSV(B) 54.78º 0.84% 0.75% -
XYZ 37.91 43.15 7.63 -
YUV 165.43 52.14 146.95 -
System Red Green Blue C M Y K H S L
Decimal 192 178 31 0 0.07 0.84 0.25 54.78 0.72 0.44
Hex C0 B2 1F 0 7 54 19 37 48 2C
Octal 300 262 37 0 7 124 31 67 110 54
Binary 11000000 10110010 11111 0 111 1010100 11001 110111 1001000 101100

Color Harmonies of #C0B21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B21F

Black with #C0B21F

Text Example


Text Example

White with #C0B21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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