Html Css Color HEX #C2AB10 Earls Green

📋 copy color: '#C2AB10'

red 194 ◦ green 171 ◦ blue 16

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

Shades of Earls Green #C2AB10

Tints of Earls Green #C2AB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.2%

R = 50.92%
G = 44.88%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2AB10 (or 0xC2AB10) is known color: Earls Green. HEX triplet: C2, AB and 10. RGB value is (194,171,16). Sum of RGB (Red+Green+Blue) = 194+171+16=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AB10 is #3D54EF. Grayscale: #A0A0A0. Windows color (decimal): -4019440 or 1092546. OLE color: 1092546.

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

Color convert

RGB 194 171 16 -
CMYK 0 0.12 0.92 0.24
HSL 52.25º 0.85% 0.41% -
HSV(B) 52.25º 0.92% 0.76% -
XYZ 36.9 40.63 6.39 -
YUV 160.21 46.62 152.1 -
System Red Green Blue C M Y K H S L
Decimal 194 171 16 0 0.12 0.92 0.24 52.25 0.85 0.41
Hex C2 AB 10 0 C 5C 18 34 55 29
Octal 302 253 20 0 14 134 30 64 125 51
Binary 11000010 10101011 10000 0 1100 1011100 11000 110100 1010101 101001

Color Harmonies of #C2AB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB10

Black with #C2AB10

Text Example


Text Example

White with #C2AB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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