Html Css Color HEX #C2AD15 Earls Green

📋 copy color: '#C2AD15'

red 194 ◦ green 173 ◦ blue 21

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

Shades of Earls Green #C2AD15

Tints of Earls Green #C2AD15

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.59%

 BLUE value IS 21 (8.59% from 255) = 5.41%

R = 50%
G = 44.59%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C2AD15 (or 0xC2AD15) is known color: Earls Green. HEX triplet: C2, AD and 15. RGB value is (194,173,21). Sum of RGB (Red+Green+Blue) = 194+173+21=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AD15 is #3D52EA. Grayscale: #A2A2A2. Windows color (decimal): -4018923 or 1420738. OLE color: 1420738.

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

Color convert

RGB 194 173 21 -
CMYK 0 0.11 0.89 0.24
HSL 52.72º 0.8% 0.42% -
HSV(B) 52.72º 0.89% 0.76% -
XYZ 37.33 41.41 6.74 -
YUV 161.95 48.46 150.86 -
System Red Green Blue C M Y K H S L
Decimal 194 173 21 0 0.11 0.89 0.24 52.72 0.8 0.42
Hex C2 AD 15 0 B 59 18 35 50 2A
Octal 302 255 25 0 13 131 30 65 120 52
Binary 11000010 10101101 10101 0 1011 1011001 11000 110101 1010000 101010

Color Harmonies of #C2AD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD15

Black with #C2AD15

Text Example


Text Example

White with #C2AD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD15; }

 p { color: rgb(194,173,21); }

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

background-color css

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

 a { background-color: rgb(194,173,21); }

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

border-color css

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

 span { border-color: rgb(194,173,21); }

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