Html Css Color HEX #ACB396 Green Spring

📋 copy color: '#ACB396'

red 172 ◦ green 179 ◦ blue 150

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

Shades of Green Spring #ACB396

Tints of Green Spring #ACB396

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.73%

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

R = 34.33%
G = 35.73%
B = 29.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#ACB396 (or 0xACB396) is known color: Green Spring. HEX triplet: AC, B3 and 96. RGB value is (172,179,150). Sum of RGB (Red+Green+Blue) = 172+179+150=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB396 is #534C69. Grayscale: #ADADAD. Windows color (decimal): -5459050 or 9876396. OLE color: 9876396.

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

Color convert

RGB 172 179 150 -
CMYK 0.04 0 0.16 0.30
HSL 74.48º 0.16% 0.65% -
HSV(B) 74.48º 0.16% 0.7% -
XYZ 38.64 43.21 35.16 -
YUV 173.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 172 179 150 0.04 0 0.16 0.30 74.48 0.16 0.65
Hex AC B3 96 4 0 10 1E 4A 10 41
Octal 254 263 226 4 0 20 36 112 20 101
Binary 10101100 10110011 10010110 100 0 10000 11110 1001010 10000 1000001

Color Harmonies of #ACB396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB396

Black with #ACB396

Text Example


Text Example

White with #ACB396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB396; }

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

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

background-color css

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

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

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

border-color css

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

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

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