Html Css Color HEX #ACB49A Green Spring

📋 copy color: '#ACB49A'

red 172 ◦ green 180 ◦ blue 154

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

Shades of Green Spring #ACB49A

Tints of Green Spring #ACB49A

RGB

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

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

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

R = 33.99%
G = 35.57%
B = 30.43%

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

#ACB49A (or 0xACB49A) is known color: Green Spring. HEX triplet: AC, B4 and 9A. RGB value is (172,180,154). Sum of RGB (Red+Green+Blue) = 172+180+154=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB49A is #534B65. Grayscale: #AEAEAE. Windows color (decimal): -5458790 or 10138796. OLE color: 10138796.

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

Color convert

RGB 172 180 154 -
CMYK 0.04 0 0.14 0.29
HSL 78.46º 0.15% 0.65% -
HSV(B) 78.46º 0.14% 0.71% -
XYZ 39.17 43.75 36.95 -
YUV 174.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 172 180 154 0.04 0 0.14 0.29 78.46 0.15 0.65
Hex AC B4 9A 4 0 E 1D 4E F 41
Octal 254 264 232 4 0 16 35 116 17 101
Binary 10101100 10110100 10011010 100 0 1110 11101 1001110 1111 1000001

Color Harmonies of #ACB49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB49A

Black with #ACB49A

Text Example


Text Example

White with #ACB49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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