Html Css Color HEX #ACB29F Green Spring

📋 copy color: '#ACB29F'

red 172 ◦ green 178 ◦ blue 159

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

Shades of Green Spring #ACB29F

Tints of Green Spring #ACB29F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.97%

 BLUE value IS 159 (62.5% from 255) = 31.24%

R = 33.79%
G = 34.97%
B = 31.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#ACB29F (or 0xACB29F) is known color: Green Spring. HEX triplet: AC, B2 and 9F. RGB value is (172,178,159). Sum of RGB (Red+Green+Blue) = 172+178+159=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB29F is #534D60. Grayscale: #AEAEAE. Windows color (decimal): -5459297 or 10465964. OLE color: 10465964.

HSL color Cylindrical-coordinate representation of color #ACB29F: hue angle of 78.95º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB29F is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 159 -
CMYK 0.03 0 0.11 0.30
HSL 78.95º 0.11% 0.66% -
HSV(B) 78.95º 0.11% 0.7% -
XYZ 39.19 43.11 39.06 -
YUV 174.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 172 178 159 0.03 0 0.11 0.30 78.95 0.11 0.66
Hex AC B2 9F 3 0 B 1E 4F B 42
Octal 254 262 237 3 0 13 36 117 13 102
Binary 10101100 10110010 10011111 11 0 1011 11110 1001111 1011 1000010

Color Harmonies of #ACB29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB29F

Black with #ACB29F

Text Example


Text Example

White with #ACB29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB29F; }

 p { color: rgb(172,178,159); }

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

background-color css

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

 a { background-color: rgb(172,178,159); }

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

border-color css

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

 span { border-color: rgb(172,178,159); }

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