Html Css Color HEX #ACB699 Green Spring

📋 copy color: '#ACB699'

red 172 ◦ green 182 ◦ blue 153

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

Shades of Green Spring #ACB699

Tints of Green Spring #ACB699

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.9%

 BLUE value IS 153 (60.16% from 255) = 30.18%

R = 33.93%
G = 35.9%
B = 30.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#ACB699 (or 0xACB699) is known color: Green Spring. HEX triplet: AC, B6 and 99. RGB value is (172,182,153). Sum of RGB (Red+Green+Blue) = 172+182+153=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB699 is #534966. Grayscale: #AFAFAF. Windows color (decimal): -5458279 or 10073772. OLE color: 10073772.

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

Color convert

RGB 172 182 153 -
CMYK 0.05 0 0.16 0.29
HSL 80.69º 0.17% 0.66% -
HSV(B) 80.69º 0.16% 0.71% -
XYZ 39.49 44.53 36.65 -
YUV 175.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 172 182 153 0.05 0 0.16 0.29 80.69 0.17 0.66
Hex AC B6 99 5 0 10 1D 51 11 42
Octal 254 266 231 5 0 20 35 121 21 102
Binary 10101100 10110110 10011001 101 0 10000 11101 1010001 10001 1000010

Color Harmonies of #ACB699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB699

Black with #ACB699

Text Example


Text Example

White with #ACB699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB699; }

 p { color: rgb(172,182,153); }

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

background-color css

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

 a { background-color: rgb(172,182,153); }

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

border-color css

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

 span { border-color: rgb(172,182,153); }

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