Html Css Color HEX #ACB097 Green Spring

📋 copy color: '#ACB097'

red 172 ◦ green 176 ◦ blue 151

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

Shades of Green Spring #ACB097

Tints of Green Spring #ACB097

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.27%

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

R = 34.47%
G = 35.27%
B = 30.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#ACB097 (or 0xACB097) is known color: Green Spring. HEX triplet: AC, B0 and 97. RGB value is (172,176,151). Sum of RGB (Red+Green+Blue) = 172+176+151=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB097 is #534F68. Grayscale: #ACACAC. Windows color (decimal): -5459817 or 9941164. OLE color: 9941164.

HSL color Cylindrical-coordinate representation of color #ACB097: hue angle of 69.6º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACB097 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 151 -
CMYK 0.02 0 0.14 0.31
HSL 69.6º 0.14% 0.64% -
HSV(B) 69.6º 0.14% 0.69% -
XYZ 38.12 42.06 35.39 -
YUV 171.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 172 176 151 0.02 0 0.14 0.31 69.6 0.14 0.64
Hex AC B0 97 2 0 E 1F 46 E 40
Octal 254 260 227 2 0 16 37 106 16 100
Binary 10101100 10110000 10010111 10 0 1110 11111 1000110 1110 1000000

Color Harmonies of #ACB097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB097

Black with #ACB097

Text Example


Text Example

White with #ACB097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB097; }

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

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

background-color css

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

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

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

border-color css

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

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

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