Html Css Color HEX #C4AD10 Earls Green

📋 copy color: '#C4AD10'

red 196 ◦ green 173 ◦ blue 16

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

Shades of Earls Green #C4AD10

Tints of Earls Green #C4AD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.16%

R = 50.91%
G = 44.94%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4AD10 (or 0xC4AD10) is known color: Earls Green. HEX triplet: C4, AD and 10. RGB value is (196,173,16). Sum of RGB (Red+Green+Blue) = 196+173+16=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AD10 is #3B52EF. Grayscale: #A2A2A2. Windows color (decimal): -3887856 or 1093060. OLE color: 1093060.

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

Color convert

RGB 196 173 16 -
CMYK 0 0.12 0.92 0.23
HSL 52.33º 0.85% 0.42% -
HSV(B) 52.33º 0.92% 0.77% -
XYZ 37.8 41.66 6.54 -
YUV 161.98 45.62 152.27 -
System Red Green Blue C M Y K H S L
Decimal 196 173 16 0 0.12 0.92 0.23 52.33 0.85 0.42
Hex C4 AD 10 0 C 5C 17 34 55 2A
Octal 304 255 20 0 14 134 27 64 125 52
Binary 11000100 10101101 10000 0 1100 1011100 10111 110100 1010101 101010

Color Harmonies of #C4AD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD10

Black with #C4AD10

Text Example


Text Example

White with #C4AD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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