Html Css Color HEX #C2AB2F Earls Green

📋 copy color: '#C2AB2F'

red 194 ◦ green 171 ◦ blue 47

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

Shades of Earls Green #C2AB2F

Tints of Earls Green #C2AB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.41%

R = 47.09%
G = 41.5%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2AB2F (or 0xC2AB2F) is known color: Earls Green. HEX triplet: C2, AB and 2F. RGB value is (194,171,47). Sum of RGB (Red+Green+Blue) = 194+171+47=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB2F is #3D54D0. Grayscale: #A4A4A4. Windows color (decimal): -4019409 or 3124162. OLE color: 3124162.

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

Color convert

RGB 194 171 47 -
CMYK 0 0.12 0.76 0.24
HSL 50.61º 0.61% 0.47% -
HSV(B) 50.61º 0.76% 0.76% -
XYZ 37.32 40.8 8.6 -
YUV 163.74 62.12 149.58 -
System Red Green Blue C M Y K H S L
Decimal 194 171 47 0 0.12 0.76 0.24 50.61 0.61 0.47
Hex C2 AB 2F 0 C 4C 18 33 3D 2F
Octal 302 253 57 0 14 114 30 63 75 57
Binary 11000010 10101011 101111 0 1100 1001100 11000 110011 111101 101111

Color Harmonies of #C2AB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB2F

Black with #C2AB2F

Text Example


Text Example

White with #C2AB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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