Html Css Color HEX #C4AD16 Earls Green

📋 copy color: '#C4AD16'

red 196 ◦ green 173 ◦ blue 22

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

Shades of Earls Green #C4AD16

Tints of Earls Green #C4AD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.63%

R = 50.13%
G = 44.25%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C4AD16 (or 0xC4AD16) is known color: Earls Green. HEX triplet: C4, AD and 16. RGB value is (196,173,22). Sum of RGB (Red+Green+Blue) = 196+173+22=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AD16 is #3B52E9. Grayscale: #A3A3A3. Windows color (decimal): -3887850 or 1486276. OLE color: 1486276.

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

Color convert

RGB 196 173 22 -
CMYK 0 0.12 0.89 0.23
HSL 52.07º 0.8% 0.43% -
HSV(B) 52.07º 0.89% 0.77% -
XYZ 37.85 41.68 6.81 -
YUV 162.66 48.62 151.78 -
System Red Green Blue C M Y K H S L
Decimal 196 173 22 0 0.12 0.89 0.23 52.07 0.8 0.43
Hex C4 AD 16 0 C 59 17 34 50 2B
Octal 304 255 26 0 14 131 27 64 120 53
Binary 11000100 10101101 10110 0 1100 1011001 10111 110100 1010000 101011

Color Harmonies of #C4AD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD16

Black with #C4AD16

Text Example


Text Example

White with #C4AD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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