Html Css Color HEX #C4AD25 Earls Green

📋 copy color: '#C4AD25'

red 196 ◦ green 173 ◦ blue 37

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

Shades of Earls Green #C4AD25

Tints of Earls Green #C4AD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.11%

R = 48.28%
G = 42.61%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C4AD25 (or 0xC4AD25) is known color: Earls Green. HEX triplet: C4, AD and 25. RGB value is (196,173,37). Sum of RGB (Red+Green+Blue) = 196+173+37=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD25 is #3B52DA. Grayscale: #A4A4A4. Windows color (decimal): -3887835 or 2469316. OLE color: 2469316.

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

Color convert

RGB 196 173 37 -
CMYK 0 0.12 0.81 0.23
HSL 51.32º 0.68% 0.46% -
HSV(B) 51.32º 0.81% 0.77% -
XYZ 38.04 41.76 7.81 -
YUV 164.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 196 173 37 0 0.12 0.81 0.23 51.32 0.68 0.46
Hex C4 AD 25 0 C 51 17 33 44 2E
Octal 304 255 45 0 14 121 27 63 104 56
Binary 11000100 10101101 100101 0 1100 1010001 10111 110011 1000100 101110

Color Harmonies of #C4AD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD25

Black with #C4AD25

Text Example


Text Example

White with #C4AD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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