Html Css Color HEX #ACB09A Green Spring

📋 copy color: '#ACB09A'

red 172 ◦ green 176 ◦ blue 154

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

Shades of Green Spring #ACB09A

Tints of Green Spring #ACB09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.68%

R = 34.26%
G = 35.06%
B = 30.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#ACB09A (or 0xACB09A) is known color: Green Spring. HEX triplet: AC, B0 and 9A. RGB value is (172,176,154). Sum of RGB (Red+Green+Blue) = 172+176+154=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB09A is #534F65. Grayscale: #ACACAC. Windows color (decimal): -5459814 or 10137772. OLE color: 10137772.

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

Color convert

RGB 172 176 154 -
CMYK 0.02 0 0.12 0.31
HSL 70.91º 0.12% 0.65% -
HSV(B) 70.91º 0.13% 0.69% -
XYZ 38.37 42.15 36.69 -
YUV 172.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 172 176 154 0.02 0 0.12 0.31 70.91 0.12 0.65
Hex AC B0 9A 2 0 C 1F 47 C 41
Octal 254 260 232 2 0 14 37 107 14 101
Binary 10101100 10110000 10011010 10 0 1100 11111 1000111 1100 1000001

Color Harmonies of #ACB09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB09A

Black with #ACB09A

Text Example


Text Example

White with #ACB09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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