Html Css Color HEX #C2AB22 Earls Green

📋 copy color: '#C2AB22'

red 194 ◦ green 171 ◦ blue 34

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

Shades of Earls Green #C2AB22

Tints of Earls Green #C2AB22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.52%

R = 48.62%
G = 42.86%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C2AB22 (or 0xC2AB22) is known color: Earls Green. HEX triplet: C2, AB and 22. RGB value is (194,171,34). Sum of RGB (Red+Green+Blue) = 194+171+34=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB22 is #3D54DD. Grayscale: #A2A2A2. Windows color (decimal): -4019422 or 2272194. OLE color: 2272194.

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

Color convert

RGB 194 171 34 -
CMYK 0 0.12 0.82 0.24
HSL 51.38º 0.7% 0.45% -
HSV(B) 51.38º 0.82% 0.76% -
XYZ 37.1 40.71 7.42 -
YUV 162.26 55.62 150.64 -
System Red Green Blue C M Y K H S L
Decimal 194 171 34 0 0.12 0.82 0.24 51.38 0.7 0.45
Hex C2 AB 22 0 C 52 18 33 46 2D
Octal 302 253 42 0 14 122 30 63 106 55
Binary 11000010 10101011 100010 0 1100 1010010 11000 110011 1000110 101101

Color Harmonies of #C2AB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB22

Black with #C2AB22

Text Example


Text Example

White with #C2AB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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