Html Css Color HEX #C2AB15 Earls Green

📋 copy color: '#C2AB15'

red 194 ◦ green 171 ◦ blue 21

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

Shades of Earls Green #C2AB15

Tints of Earls Green #C2AB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.44%

R = 50.26%
G = 44.3%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C2AB15 (or 0xC2AB15) is known color: Earls Green. HEX triplet: C2, AB and 15. RGB value is (194,171,21). Sum of RGB (Red+Green+Blue) = 194+171+21=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AB15 is #3D54EA. Grayscale: #A1A1A1. Windows color (decimal): -4019435 or 1420226. OLE color: 1420226.

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

Color convert

RGB 194 171 21 -
CMYK 0 0.12 0.89 0.24
HSL 52.02º 0.8% 0.42% -
HSV(B) 52.02º 0.89% 0.76% -
XYZ 36.95 40.65 6.61 -
YUV 160.78 49.12 151.7 -
System Red Green Blue C M Y K H S L
Decimal 194 171 21 0 0.12 0.89 0.24 52.02 0.8 0.42
Hex C2 AB 15 0 C 59 18 34 50 2A
Octal 302 253 25 0 14 131 30 64 120 52
Binary 11000010 10101011 10101 0 1100 1011001 11000 110100 1010000 101010

Color Harmonies of #C2AB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB15

Black with #C2AB15

Text Example


Text Example

White with #C2AB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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