Html Css Color HEX #C4A528 Earls Green

📋 copy color: '#C4A528'

red 196 ◦ green 165 ◦ blue 40

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

Shades of Earls Green #C4A528

Tints of Earls Green #C4A528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.15%

 BLUE value IS 40 (16.02% from 255) = 9.98%

R = 48.88%
G = 41.15%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C4A528 (or 0xC4A528) is known color: Earls Green. HEX triplet: C4, A5 and 28. RGB value is (196,165,40). Sum of RGB (Red+Green+Blue) = 196+165+40=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A528 is #3B5AD7. Grayscale: #A0A0A0. Windows color (decimal): -3889880 or 2663876. OLE color: 2663876.

HSL color Cylindrical-coordinate representation of color #C4A528: hue angle of 48.08º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4A528 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 165 40 -
CMYK 0 0.16 0.80 0.23
HSL 48.08º 0.66% 0.46% -
HSV(B) 48.08º 0.8% 0.77% -
XYZ 36.6 38.8 7.57 -
YUV 160.02 60.27 153.66 -
System Red Green Blue C M Y K H S L
Decimal 196 165 40 0 0.16 0.80 0.23 48.08 0.66 0.46
Hex C4 A5 28 0 10 50 17 30 42 2E
Octal 304 245 50 0 20 120 27 60 102 56
Binary 11000100 10100101 101000 0 10000 1010000 10111 110000 1000010 101110

Color Harmonies of #C4A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A528

Black with #C4A528

Text Example


Text Example

White with #C4A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A528; }

 p { color: rgb(196,165,40); }

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

background-color css

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

 a { background-color: rgb(196,165,40); }

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

border-color css

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

 span { border-color: rgb(196,165,40); }

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