Html Css Color HEX #C2B52A Earls Green

📋 copy color: '#C2B52A'

red 194 ◦ green 181 ◦ blue 42

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

Shades of Earls Green #C2B52A

Tints of Earls Green #C2B52A

RGB

 RED value IS 194 (76.17% from 255) = 46.52%

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

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

R = 46.52%
G = 43.41%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2B52A (or 0xC2B52A) is known color: Earls Green. HEX triplet: C2, B5 and 2A. RGB value is (194,181,42). Sum of RGB (Red+Green+Blue) = 194+181+42=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B52A is #3D4AD5. Grayscale: #A9A9A9. Windows color (decimal): -4016854 or 2799042. OLE color: 2799042.

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

Color convert

RGB 194 181 42 -
CMYK 0 0.07 0.78 0.24
HSL 54.87º 0.64% 0.46% -
HSV(B) 54.87º 0.78% 0.76% -
XYZ 39.19 44.68 8.75 -
YUV 169.04 56.31 145.8 -
System Red Green Blue C M Y K H S L
Decimal 194 181 42 0 0.07 0.78 0.24 54.87 0.64 0.46
Hex C2 B5 2A 0 7 4E 18 37 40 2E
Octal 302 265 52 0 7 116 30 67 100 56
Binary 11000010 10110101 101010 0 111 1001110 11000 110111 1000000 101110

Color Harmonies of #C2B52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B52A

Black with #C2B52A

Text Example


Text Example

White with #C2B52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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