Html Css Color HEX #C2AC1D Earls Green

📋 copy color: '#C2AC1D'

red 194 ◦ green 172 ◦ blue 29

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

Shades of Earls Green #C2AC1D

Tints of Earls Green #C2AC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.34%

R = 49.11%
G = 43.54%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2AC1D (or 0xC2AC1D) is known color: Earls Green. HEX triplet: C2, AC and 1D. RGB value is (194,172,29). Sum of RGB (Red+Green+Blue) = 194+172+29=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC1D is #3D53E2. Grayscale: #A2A2A2. Windows color (decimal): -4019171 or 1944770. OLE color: 1944770.

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

Color convert

RGB 194 172 29 -
CMYK 0 0.11 0.85 0.24
HSL 52º 0.74% 0.44% -
HSV(B) 52º 0.85% 0.76% -
XYZ 37.22 41.06 7.13 -
YUV 162.28 52.79 150.63 -
System Red Green Blue C M Y K H S L
Decimal 194 172 29 0 0.11 0.85 0.24 52 0.74 0.44
Hex C2 AC 1D 0 B 55 18 34 4A 2C
Octal 302 254 35 0 13 125 30 64 112 54
Binary 11000010 10101100 11101 0 1011 1010101 11000 110100 1001010 101100

Color Harmonies of #C2AC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC1D

Black with #C2AC1D

Text Example


Text Example

White with #C2AC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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