Html Css Color HEX #C4A529 Earls Green

📋 copy color: '#C4A529'

red 196 ◦ green 165 ◦ blue 41

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

Shades of Earls Green #C4A529

Tints of Earls Green #C4A529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.2%

R = 48.76%
G = 41.04%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4A529 (or 0xC4A529) is known color: Earls Green. HEX triplet: C4, A5 and 29. RGB value is (196,165,41). Sum of RGB (Red+Green+Blue) = 196+165+41=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 41 (16.41% from 255 or 10.20% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A529 is #3B5AD6. Grayscale: #A0A0A0. Windows color (decimal): -3889879 or 2729412. OLE color: 2729412.

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

Color convert

RGB 196 165 41 -
CMYK 0 0.16 0.79 0.23
HSL 48º 0.65% 0.46% -
HSV(B) 48º 0.79% 0.77% -
XYZ 36.62 38.81 7.66 -
YUV 160.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 196 165 41 0 0.16 0.79 0.23 48 0.65 0.46
Hex C4 A5 29 0 10 4F 17 30 41 2E
Octal 304 245 51 0 20 117 27 60 101 56
Binary 11000100 10100101 101001 0 10000 1001111 10111 110000 1000001 101110

Color Harmonies of #C4A529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A529

Black with #C4A529

Text Example


Text Example

White with #C4A529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A529; }

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

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

background-color css

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

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

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

border-color css

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

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

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