Html Css Color HEX #C2AB1A Earls Green

📋 copy color: '#C2AB1A'

red 194 ◦ green 171 ◦ blue 26

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

Shades of Earls Green #C2AB1A

Tints of Earls Green #C2AB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.65%

R = 49.62%
G = 43.73%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2AB1A (or 0xC2AB1A) is known color: Earls Green. HEX triplet: C2, AB and 1A. RGB value is (194,171,26). Sum of RGB (Red+Green+Blue) = 194+171+26=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB1A is #3D54E5. Grayscale: #A1A1A1. Windows color (decimal): -4019430 or 1747906. OLE color: 1747906.

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

Color convert

RGB 194 171 26 -
CMYK 0 0.12 0.87 0.24
HSL 51.79º 0.76% 0.43% -
HSV(B) 51.79º 0.87% 0.76% -
XYZ 37 40.67 6.88 -
YUV 161.35 51.62 151.29 -
System Red Green Blue C M Y K H S L
Decimal 194 171 26 0 0.12 0.87 0.24 51.79 0.76 0.43
Hex C2 AB 1A 0 C 57 18 34 4C 2B
Octal 302 253 32 0 14 127 30 64 114 53
Binary 11000010 10101011 11010 0 1100 1010111 11000 110100 1001100 101011

Color Harmonies of #C2AB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB1A

Black with #C2AB1A

Text Example


Text Example

White with #C2AB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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