Html Css Color HEX #C5AC29 Earls Green

📋 copy color: '#C5AC29'

red 197 ◦ green 172 ◦ blue 41

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

Shades of Earls Green #C5AC29

Tints of Earls Green #C5AC29

RGB

 RED value IS 197 (77.34% from 255) = 48.05%

 GREEN value IS 172 (67.58% from 255) = 41.95%

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

R = 48.05%
G = 41.95%
B = 10%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5AC29 (or 0xC5AC29) is known color: Earls Green. HEX triplet: C5, AC and 29. RGB value is (197,172,41). Sum of RGB (Red+Green+Blue) = 197+172+41=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC29 is #3A53D6. Grayscale: #A5A5A5. Windows color (decimal): -3822551 or 2731205. OLE color: 2731205.

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

Color convert

RGB 197 172 41 -
CMYK 0 0.13 0.79 0.23
HSL 50.38º 0.66% 0.47% -
HSV(B) 50.38º 0.79% 0.77% -
XYZ 38.18 41.54 8.1 -
YUV 164.54 58.28 151.15 -
System Red Green Blue C M Y K H S L
Decimal 197 172 41 0 0.13 0.79 0.23 50.38 0.66 0.47
Hex C5 AC 29 0 D 4F 17 32 42 2F
Octal 305 254 51 0 15 117 27 62 102 57
Binary 11000101 10101100 101001 0 1101 1001111 10111 110010 1000010 101111

Color Harmonies of #C5AC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AC29

Black with #C5AC29

Text Example


Text Example

White with #C5AC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AC29; }

 p { color: rgb(197,172,41); }

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

background-color css

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

 a { background-color: rgb(197,172,41); }

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

border-color css

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

 span { border-color: rgb(197,172,41); }

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