Html Css Color HEX #C0B72A Earls Green

📋 copy color: '#C0B72A'

red 192 ◦ green 183 ◦ blue 42

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

Shades of Earls Green #C0B72A

Tints of Earls Green #C0B72A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.88%

 BLUE value IS 42 (16.8% from 255) = 10.07%

R = 46.04%
G = 43.88%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0B72A (or 0xC0B72A) is known color: Earls Green. HEX triplet: C0, B7 and 2A. RGB value is (192,183,42). Sum of RGB (Red+Green+Blue) = 192+183+42=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B72A is #3F48D5. Grayscale: #AAAAAA. Windows color (decimal): -4147414 or 2799552. OLE color: 2799552.

HSL color Cylindrical-coordinate representation of color #C0B72A: hue angle of 56.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0B72A is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 183 42 -
CMYK 0 0.05 0.78 0.25
HSL 56.4º 0.64% 0.46% -
HSV(B) 56.4º 0.78% 0.75% -
XYZ 39.09 45.24 8.86 -
YUV 169.62 55.98 143.96 -
System Red Green Blue C M Y K H S L
Decimal 192 183 42 0 0.05 0.78 0.25 56.4 0.64 0.46
Hex C0 B7 2A 0 5 4E 19 38 40 2E
Octal 300 267 52 0 5 116 31 70 100 56
Binary 11000000 10110111 101010 0 101 1001110 11001 111000 1000000 101110

Color Harmonies of #C0B72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B72A

Black with #C0B72A

Text Example


Text Example

White with #C0B72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B72A; }

 p { color: rgb(192,183,42); }

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

background-color css

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

 a { background-color: rgb(192,183,42); }

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

border-color css

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

 span { border-color: rgb(192,183,42); }

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