Html Css Color HEX #C2AD11 Earls Green

📋 copy color: '#C2AD11'

red 194 ◦ green 173 ◦ blue 17

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

Shades of Earls Green #C2AD11

Tints of Earls Green #C2AD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.43%

R = 50.52%
G = 45.05%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C2AD11 (or 0xC2AD11) is known color: Earls Green. HEX triplet: C2, AD and 11. RGB value is (194,173,17). Sum of RGB (Red+Green+Blue) = 194+173+17=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AD11 is #3D52EE. Grayscale: #A2A2A2. Windows color (decimal): -4018927 or 1158594. OLE color: 1158594.

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

Color convert

RGB 194 173 17 -
CMYK 0 0.11 0.91 0.24
HSL 52.88º 0.84% 0.41% -
HSV(B) 52.88º 0.91% 0.76% -
XYZ 37.29 41.4 6.56 -
YUV 161.5 46.46 151.18 -
System Red Green Blue C M Y K H S L
Decimal 194 173 17 0 0.11 0.91 0.24 52.88 0.84 0.41
Hex C2 AD 11 0 B 5B 18 35 54 29
Octal 302 255 21 0 13 133 30 65 124 51
Binary 11000010 10101101 10001 0 1011 1011011 11000 110101 1010100 101001

Color Harmonies of #C2AD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD11

Black with #C2AD11

Text Example


Text Example

White with #C2AD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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