Html Css Color HEX #C2AC0E Earls Green

📋 copy color: '#C2AC0E'

red 194 ◦ green 172 ◦ blue 14

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

Shades of Earls Green #C2AC0E

Tints of Earls Green #C2AC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.68%

R = 51.05%
G = 45.26%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2AC0E (or 0xC2AC0E) is known color: Earls Green. HEX triplet: C2, AC and 0E. RGB value is (194,172,14). Sum of RGB (Red+Green+Blue) = 194+172+14=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AC0E is #3D53F1. Grayscale: #A1A1A1. Windows color (decimal): -4019186 or 961730. OLE color: 961730.

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

Color convert

RGB 194 172 14 -
CMYK 0 0.11 0.93 0.24
HSL 52.67º 0.87% 0.41% -
HSV(B) 52.67º 0.93% 0.76% -
XYZ 37.08 41.01 6.38 -
YUV 160.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 194 172 14 0 0.11 0.93 0.24 52.67 0.87 0.41
Hex C2 AC E 0 B 5D 18 35 57 29
Octal 302 254 16 0 13 135 30 65 127 51
Binary 11000010 10101100 1110 0 1011 1011101 11000 110101 1010111 101001

Color Harmonies of #C2AC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC0E

Black with #C2AC0E

Text Example


Text Example

White with #C2AC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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