Html Css Color HEX #C4AD14 Earls Green

📋 copy color: '#C4AD14'

red 196 ◦ green 173 ◦ blue 20

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

Shades of Earls Green #C4AD14

Tints of Earls Green #C4AD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.14%

R = 50.39%
G = 44.47%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C4AD14 (or 0xC4AD14) is known color: Earls Green. HEX triplet: C4, AD and 14. RGB value is (196,173,20). Sum of RGB (Red+Green+Blue) = 196+173+20=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AD14 is #3B52EB. Grayscale: #A3A3A3. Windows color (decimal): -3887852 or 1355204. OLE color: 1355204.

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

Color convert

RGB 196 173 20 -
CMYK 0 0.12 0.90 0.23
HSL 52.16º 0.81% 0.42% -
HSV(B) 52.16º 0.9% 0.77% -
XYZ 37.83 41.67 6.71 -
YUV 162.44 47.62 151.94 -
System Red Green Blue C M Y K H S L
Decimal 196 173 20 0 0.12 0.90 0.23 52.16 0.81 0.42
Hex C4 AD 14 0 C 5A 17 34 51 2A
Octal 304 255 24 0 14 132 27 64 121 52
Binary 11000100 10101101 10100 0 1100 1011010 10111 110100 1010001 101010

Color Harmonies of #C4AD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD14

Black with #C4AD14

Text Example


Text Example

White with #C4AD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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