Html Css Color HEX #ACB49B Green Spring

📋 copy color: '#ACB49B'

red 172 ◦ green 180 ◦ blue 155

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

Shades of Green Spring #ACB49B

Tints of Green Spring #ACB49B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.5%

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

R = 33.93%
G = 35.5%
B = 30.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#ACB49B (or 0xACB49B) is known color: Green Spring. HEX triplet: AC, B4 and 9B. RGB value is (172,180,155). Sum of RGB (Red+Green+Blue) = 172+180+155=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB49B is #534B64. Grayscale: #AEAEAE. Windows color (decimal): -5458789 or 10204332. OLE color: 10204332.

HSL color Cylindrical-coordinate representation of color #ACB49B: hue angle of 79.2º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACB49B is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 155 -
CMYK 0.04 0 0.14 0.29
HSL 79.2º 0.14% 0.66% -
HSV(B) 79.2º 0.14% 0.71% -
XYZ 39.25 43.78 37.39 -
YUV 174.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 172 180 155 0.04 0 0.14 0.29 79.2 0.14 0.66
Hex AC B4 9B 4 0 E 1D 4F E 42
Octal 254 264 233 4 0 16 35 117 16 102
Binary 10101100 10110100 10011011 100 0 1110 11101 1001111 1110 1000010

Color Harmonies of #ACB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB49B

Black with #ACB49B

Text Example


Text Example

White with #ACB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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