Html Css Color HEX #ACB09B Green Spring

📋 copy color: '#ACB09B'

red 172 ◦ green 176 ◦ blue 155

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

Shades of Green Spring #ACB09B

Tints of Green Spring #ACB09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 34.19%
G = 34.99%
B = 30.82%

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

#ACB09B (or 0xACB09B) is known color: Green Spring. HEX triplet: AC, B0 and 9B. RGB value is (172,176,155). Sum of RGB (Red+Green+Blue) = 172+176+155=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB09B is #534F64. Grayscale: #ACACAC. Windows color (decimal): -5459813 or 10203308. OLE color: 10203308.

HSL color Cylindrical-coordinate representation of color #ACB09B: hue angle of 71.43º 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 #ACB09B is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 155 -
CMYK 0.02 0 0.12 0.31
HSL 71.43º 0.12% 0.65% -
HSV(B) 71.43º 0.12% 0.69% -
XYZ 38.45 42.19 37.13 -
YUV 172.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 172 176 155 0.02 0 0.12 0.31 71.43 0.12 0.65
Hex AC B0 9B 2 0 C 1F 47 C 41
Octal 254 260 233 2 0 14 37 107 14 101
Binary 10101100 10110000 10011011 10 0 1100 11111 1000111 1100 1000001

Color Harmonies of #ACB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB09B

Black with #ACB09B

Text Example


Text Example

White with #ACB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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