Html Css Color HEX #ACB095 Green Spring

📋 copy color: '#ACB095'

red 172 ◦ green 176 ◦ blue 149

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

Shades of Green Spring #ACB095

Tints of Green Spring #ACB095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.98%

R = 34.61%
G = 35.41%
B = 29.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#ACB095 (or 0xACB095) is known color: Green Spring. HEX triplet: AC, B0 and 95. RGB value is (172,176,149). Sum of RGB (Red+Green+Blue) = 172+176+149=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB095 is #534F6A. Grayscale: #ABABAB. Windows color (decimal): -5459819 or 9810092. OLE color: 9810092.

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

Color convert

RGB 172 176 149 -
CMYK 0.02 0 0.15 0.31
HSL 68.89º 0.15% 0.64% -
HSV(B) 68.89º 0.15% 0.69% -
XYZ 37.96 41.99 34.54 -
YUV 171.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 172 176 149 0.02 0 0.15 0.31 68.89 0.15 0.64
Hex AC B0 95 2 0 F 1F 45 F 40
Octal 254 260 225 2 0 17 37 105 17 100
Binary 10101100 10110000 10010101 10 0 1111 11111 1000101 1111 1000000

Color Harmonies of #ACB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB095

Black with #ACB095

Text Example


Text Example

White with #ACB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB095; }

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

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

background-color css

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

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

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

border-color css

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

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

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