Html Css Color HEX #ACB497 Green Spring

📋 copy color: '#ACB497'

red 172 ◦ green 180 ◦ blue 151

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

Shades of Green Spring #ACB497

Tints of Green Spring #ACB497

RGB

 RED value IS 172 (67.58% from 255) = 34.19%

 GREEN value IS 180 (70.7% from 255) = 35.79%

 BLUE value IS 151 (59.38% from 255) = 30.02%

R = 34.19%
G = 35.79%
B = 30.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#ACB497 (or 0xACB497) is known color: Green Spring. HEX triplet: AC, B4 and 97. RGB value is (172,180,151). Sum of RGB (Red+Green+Blue) = 172+180+151=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB497 is #534B68. Grayscale: #AEAEAE. Windows color (decimal): -5458793 or 9942188. OLE color: 9942188.

HSL color Cylindrical-coordinate representation of color #ACB497: hue angle of 76.55º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB497 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 151 -
CMYK 0.04 0 0.16 0.29
HSL 76.55º 0.16% 0.65% -
HSV(B) 76.55º 0.16% 0.71% -
XYZ 38.92 43.65 35.65 -
YUV 174.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 172 180 151 0.04 0 0.16 0.29 76.55 0.16 0.65
Hex AC B4 97 4 0 10 1D 4D 10 41
Octal 254 264 227 4 0 20 35 115 20 101
Binary 10101100 10110100 10010111 100 0 10000 11101 1001101 10000 1000001

Color Harmonies of #ACB497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB497

Black with #ACB497

Text Example


Text Example

White with #ACB497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB497; }

 p { color: rgb(172,180,151); }

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

background-color css

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

 a { background-color: rgb(172,180,151); }

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

border-color css

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

 span { border-color: rgb(172,180,151); }

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