Html Css Color HEX #C0B52A Earls Green

📋 copy color: '#C0B52A'

red 192 ◦ green 181 ◦ blue 42

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

Shades of Earls Green #C0B52A

Tints of Earls Green #C0B52A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.61%

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

R = 46.27%
G = 43.61%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0B52A (or 0xC0B52A) is known color: Earls Green. HEX triplet: C0, B5 and 2A. RGB value is (192,181,42). Sum of RGB (Red+Green+Blue) = 192+181+42=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B52A is #3F4AD5. Grayscale: #A9A9A9. Windows color (decimal): -4147926 or 2799040. OLE color: 2799040.

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

Color convert

RGB 192 181 42 -
CMYK 0 0.06 0.78 0.25
HSL 55.6º 0.64% 0.46% -
HSV(B) 55.6º 0.78% 0.75% -
XYZ 38.68 44.42 8.73 -
YUV 168.44 56.64 144.8 -
System Red Green Blue C M Y K H S L
Decimal 192 181 42 0 0.06 0.78 0.25 55.6 0.64 0.46
Hex C0 B5 2A 0 6 4E 19 38 40 2E
Octal 300 265 52 0 6 116 31 70 100 56
Binary 11000000 10110101 101010 0 110 1001110 11001 111000 1000000 101110

Color Harmonies of #C0B52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B52A

Black with #C0B52A

Text Example


Text Example

White with #C0B52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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