Html Css Color HEX #C2AB11 Earls Green

📋 copy color: '#C2AB11'

red 194 ◦ green 171 ◦ blue 17

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

Shades of Earls Green #C2AB11

Tints of Earls Green #C2AB11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.45%

R = 50.79%
G = 44.76%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C2AB11 (or 0xC2AB11) is known color: Earls Green. HEX triplet: C2, AB and 11. RGB value is (194,171,17). Sum of RGB (Red+Green+Blue) = 194+171+17=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AB11 is #3D54EE. Grayscale: #A0A0A0. Windows color (decimal): -4019439 or 1158082. OLE color: 1158082.

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

Color convert

RGB 194 171 17 -
CMYK 0 0.12 0.91 0.24
HSL 52.2º 0.84% 0.41% -
HSV(B) 52.2º 0.91% 0.76% -
XYZ 36.91 40.64 6.43 -
YUV 160.32 47.12 152.02 -
System Red Green Blue C M Y K H S L
Decimal 194 171 17 0 0.12 0.91 0.24 52.2 0.84 0.41
Hex C2 AB 11 0 C 5B 18 34 54 29
Octal 302 253 21 0 14 133 30 64 124 51
Binary 11000010 10101011 10001 0 1100 1011011 11000 110100 1010100 101001

Color Harmonies of #C2AB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB11

Black with #C2AB11

Text Example


Text Example

White with #C2AB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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