Html Css Color HEX #ACB496 Green Spring

📋 copy color: '#ACB496'

red 172 ◦ green 180 ◦ blue 150

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

Shades of Green Spring #ACB496

Tints of Green Spring #ACB496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 34.26%
G = 35.86%
B = 29.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#ACB496 (or 0xACB496) is known color: Green Spring. HEX triplet: AC, B4 and 96. RGB value is (172,180,150). Sum of RGB (Red+Green+Blue) = 172+180+150=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB496 is #534B69. Grayscale: #AEAEAE. Windows color (decimal): -5458794 or 9876652. OLE color: 9876652.

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

Color convert

RGB 172 180 150 -
CMYK 0.04 0 0.17 0.29
HSL 76º 0.17% 0.65% -
HSV(B) 76º 0.17% 0.71% -
XYZ 38.84 43.62 35.23 -
YUV 174.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 172 180 150 0.04 0 0.17 0.29 76 0.17 0.65
Hex AC B4 96 4 0 11 1D 4C 11 41
Octal 254 264 226 4 0 21 35 114 21 101
Binary 10101100 10110100 10010110 100 0 10001 11101 1001100 10001 1000001

Color Harmonies of #ACB496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB496

Black with #ACB496

Text Example


Text Example

White with #ACB496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB496; }

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

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

background-color css

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

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

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

border-color css

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

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

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