Html Css Color HEX #C2AB1F Earls Green

📋 copy color: '#C2AB1F'

red 194 ◦ green 171 ◦ blue 31

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

Shades of Earls Green #C2AB1F

Tints of Earls Green #C2AB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.83%

R = 48.99%
G = 43.18%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2AB1F (or 0xC2AB1F) is known color: Earls Green. HEX triplet: C2, AB and 1F. RGB value is (194,171,31). Sum of RGB (Red+Green+Blue) = 194+171+31=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB1F is #3D54E0. Grayscale: #A2A2A2. Windows color (decimal): -4019425 or 2075586. OLE color: 2075586.

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

Color convert

RGB 194 171 31 -
CMYK 0 0.12 0.84 0.24
HSL 51.53º 0.72% 0.44% -
HSV(B) 51.53º 0.84% 0.76% -
XYZ 37.06 40.69 7.2 -
YUV 161.92 54.12 150.88 -
System Red Green Blue C M Y K H S L
Decimal 194 171 31 0 0.12 0.84 0.24 51.53 0.72 0.44
Hex C2 AB 1F 0 C 54 18 34 48 2C
Octal 302 253 37 0 14 124 30 64 110 54
Binary 11000010 10101011 11111 0 1100 1010100 11000 110100 1001000 101100

Color Harmonies of #C2AB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB1F

Black with #C2AB1F

Text Example


Text Example

White with #C2AB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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