Html Css Color HEX #C4AD2C Earls Green

📋 copy color: '#C4AD2C'

red 196 ◦ green 173 ◦ blue 44

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

Shades of Earls Green #C4AD2C

Tints of Earls Green #C4AD2C

RGB

 RED value IS 196 (76.95% from 255) = 47.46%

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

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

R = 47.46%
G = 41.89%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4AD2C (or 0xC4AD2C) is known color: Earls Green. HEX triplet: C4, AD and 2C. RGB value is (196,173,44). Sum of RGB (Red+Green+Blue) = 196+173+44=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD2C is #3B52D3. Grayscale: #A5A5A5. Windows color (decimal): -3887828 or 2928068. OLE color: 2928068.

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

Color convert

RGB 196 173 44 -
CMYK 0 0.12 0.78 0.23
HSL 50.92º 0.63% 0.47% -
HSV(B) 50.92º 0.78% 0.77% -
XYZ 38.16 41.8 8.44 -
YUV 165.17 59.62 149.99 -
System Red Green Blue C M Y K H S L
Decimal 196 173 44 0 0.12 0.78 0.23 50.92 0.63 0.47
Hex C4 AD 2C 0 C 4E 17 33 3F 2F
Octal 304 255 54 0 14 116 27 63 77 57
Binary 11000100 10101101 101100 0 1100 1001110 10111 110011 111111 101111

Color Harmonies of #C4AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD2C

Black with #C4AD2C

Text Example


Text Example

White with #C4AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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