Html Css Color HEX #C2AB31 Earls Green

📋 copy color: '#C2AB31'

red 194 ◦ green 171 ◦ blue 49

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

Shades of Earls Green #C2AB31

Tints of Earls Green #C2AB31

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.3%

 BLUE value IS 49 (19.53% from 255) = 11.84%

R = 46.86%
G = 41.3%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2AB31 (or 0xC2AB31) is known color: Earls Green. HEX triplet: C2, AB and 31. RGB value is (194,171,49). Sum of RGB (Red+Green+Blue) = 194+171+49=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB31 is #3D54CE. Grayscale: #A4A4A4. Windows color (decimal): -4019407 or 3255234. OLE color: 3255234.

HSL color Cylindrical-coordinate representation of color #C2AB31: hue angle of 50.48º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2AB31 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 171 49 -
CMYK 0 0.12 0.75 0.24
HSL 50.48º 0.6% 0.48% -
HSV(B) 50.48º 0.75% 0.76% -
XYZ 37.37 40.82 8.81 -
YUV 163.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 194 171 49 0 0.12 0.75 0.24 50.48 0.6 0.48
Hex C2 AB 31 0 C 4B 18 32 3C 30
Octal 302 253 61 0 14 113 30 62 74 60
Binary 11000010 10101011 110001 0 1100 1001011 11000 110010 111100 110000

Color Harmonies of #C2AB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB31

Black with #C2AB31

Text Example


Text Example

White with #C2AB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB31; }

 p { color: rgb(194,171,49); }

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

background-color css

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

 a { background-color: rgb(194,171,49); }

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

border-color css

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

 span { border-color: rgb(194,171,49); }

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