Html Css Color HEX #ACB796 Green Spring

📋 copy color: '#ACB796'

red 172 ◦ green 183 ◦ blue 150

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

Shades of Green Spring #ACB796

Tints of Green Spring #ACB796

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.24%

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

R = 34.06%
G = 36.24%
B = 29.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#ACB796 (or 0xACB796) is known color: Green Spring. HEX triplet: AC, B7 and 96. RGB value is (172,183,150). Sum of RGB (Red+Green+Blue) = 172+183+150=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB796 is #534869. Grayscale: #B0B0B0. Windows color (decimal): -5458026 or 9877420. OLE color: 9877420.

HSL color Cylindrical-coordinate representation of color #ACB796: hue angle of 80º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACB796 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 150 -
CMYK 0.06 0 0.18 0.28
HSL 80º 0.19% 0.65% -
HSV(B) 80º 0.18% 0.72% -
XYZ 39.45 44.84 35.43 -
YUV 175.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 172 183 150 0.06 0 0.18 0.28 80 0.19 0.65
Hex AC B7 96 6 0 12 1C 50 13 41
Octal 254 267 226 6 0 22 34 120 23 101
Binary 10101100 10110111 10010110 110 0 10010 11100 1010000 10011 1000001

Color Harmonies of #ACB796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB796

Black with #ACB796

Text Example


Text Example

White with #ACB796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB796; }

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

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

background-color css

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

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

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

border-color css

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

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

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