Html Css Color HEX #C2AB28 Earls Green

📋 copy color: '#C2AB28'

red 194 ◦ green 171 ◦ blue 40

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

Shades of Earls Green #C2AB28

Tints of Earls Green #C2AB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.88%

R = 47.9%
G = 42.22%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C2AB28 (or 0xC2AB28) is known color: Earls Green. HEX triplet: C2, AB and 28. RGB value is (194,171,40). Sum of RGB (Red+Green+Blue) = 194+171+40=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB28 is #3D54D7. Grayscale: #A3A3A3. Windows color (decimal): -4019416 or 2665410. OLE color: 2665410.

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

Color convert

RGB 194 171 40 -
CMYK 0 0.12 0.79 0.24
HSL 51.04º 0.66% 0.46% -
HSV(B) 51.04º 0.79% 0.76% -
XYZ 37.19 40.75 7.91 -
YUV 162.94 58.62 150.15 -
System Red Green Blue C M Y K H S L
Decimal 194 171 40 0 0.12 0.79 0.24 51.04 0.66 0.46
Hex C2 AB 28 0 C 4F 18 33 42 2E
Octal 302 253 50 0 14 117 30 63 102 56
Binary 11000010 10101011 101000 0 1100 1001111 11000 110011 1000010 101110

Color Harmonies of #C2AB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB28

Black with #C2AB28

Text Example


Text Example

White with #C2AB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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