Html Css Color HEX #C2AC2E Earls Green

📋 copy color: '#C2AC2E'

red 194 ◦ green 172 ◦ blue 46

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

Shades of Earls Green #C2AC2E

Tints of Earls Green #C2AC2E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.75%

 BLUE value IS 46 (18.36% from 255) = 11.17%

R = 47.09%
G = 41.75%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2AC2E (or 0xC2AC2E) is known color: Earls Green. HEX triplet: C2, AC and 2E. RGB value is (194,172,46). Sum of RGB (Red+Green+Blue) = 194+172+46=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC2E is #3D53D1. Grayscale: #A4A4A4. Windows color (decimal): -4019154 or 3058882. OLE color: 3058882.

HSL color Cylindrical-coordinate representation of color #C2AC2E: hue angle of 51.08º degrees, saturation: 0.62, 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 #C2AC2E is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 172 46 -
CMYK 0 0.11 0.76 0.24
HSL 51.08º 0.62% 0.47% -
HSV(B) 51.08º 0.76% 0.76% -
XYZ 37.49 41.17 8.56 -
YUV 164.21 61.29 149.25 -
System Red Green Blue C M Y K H S L
Decimal 194 172 46 0 0.11 0.76 0.24 51.08 0.62 0.47
Hex C2 AC 2E 0 B 4C 18 33 3E 2F
Octal 302 254 56 0 13 114 30 63 76 57
Binary 11000010 10101100 101110 0 1011 1001100 11000 110011 111110 101111

Color Harmonies of #C2AC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC2E

Black with #C2AC2E

Text Example


Text Example

White with #C2AC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC2E; }

 p { color: rgb(194,172,46); }

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

background-color css

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

 a { background-color: rgb(194,172,46); }

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

border-color css

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

 span { border-color: rgb(194,172,46); }

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