Html Css Color HEX #C2AD2C Earls Green

📋 copy color: '#C2AD2C'

red 194 ◦ green 173 ◦ blue 44

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

Shades of Earls Green #C2AD2C

Tints of Earls Green #C2AD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.71%

R = 47.2%
G = 42.09%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2AD2C (or 0xC2AD2C) is known color: Earls Green. HEX triplet: C2, AD and 2C. RGB value is (194,173,44). Sum of RGB (Red+Green+Blue) = 194+173+44=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD2C is #3D52D3. Grayscale: #A5A5A5. Windows color (decimal): -4018900 or 2928066. OLE color: 2928066.

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

Color convert

RGB 194 173 44 -
CMYK 0 0.11 0.77 0.24
HSL 51.6º 0.63% 0.47% -
HSV(B) 51.6º 0.77% 0.76% -
XYZ 37.65 41.54 8.42 -
YUV 164.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 194 173 44 0 0.11 0.77 0.24 51.6 0.63 0.47
Hex C2 AD 2C 0 B 4D 18 34 3F 2F
Octal 302 255 54 0 13 115 30 64 77 57
Binary 11000010 10101101 101100 0 1011 1001101 11000 110100 111111 101111

Color Harmonies of #C2AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD2C

Black with #C2AD2C

Text Example


Text Example

White with #C2AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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