Html Css Color HEX #ACB397 Green Spring

📋 copy color: '#ACB397'

red 172 ◦ green 179 ◦ blue 151

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

Shades of Green Spring #ACB397

Tints of Green Spring #ACB397

RGB

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

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

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

R = 34.26%
G = 35.66%
B = 30.08%

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

#ACB397 (or 0xACB397) is known color: Green Spring. HEX triplet: AC, B3 and 97. RGB value is (172,179,151). Sum of RGB (Red+Green+Blue) = 172+179+151=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB397 is #534C68. Grayscale: #ADADAD. Windows color (decimal): -5459049 or 9941932. OLE color: 9941932.

HSL color Cylindrical-coordinate representation of color #ACB397: hue angle of 75º 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 #ACB397 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 151 -
CMYK 0.04 0 0.16 0.30
HSL 75º 0.16% 0.65% -
HSV(B) 75º 0.16% 0.7% -
XYZ 38.72 43.25 35.58 -
YUV 173.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 172 179 151 0.04 0 0.16 0.30 75 0.16 0.65
Hex AC B3 97 4 0 10 1E 4B 10 41
Octal 254 263 227 4 0 20 36 113 20 101
Binary 10101100 10110011 10010111 100 0 10000 11110 1001011 10000 1000001

Color Harmonies of #ACB397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB397

Black with #ACB397

Text Example


Text Example

White with #ACB397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB397; }

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

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

background-color css

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

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

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

border-color css

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

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

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