Html Css Color HEX #ACB19F Green Spring

📋 copy color: '#ACB19F'

red 172 ◦ green 177 ◦ blue 159

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

Shades of Green Spring #ACB19F

Tints of Green Spring #ACB19F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.84%

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

R = 33.86%
G = 34.84%
B = 31.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#ACB19F (or 0xACB19F) is known color: Green Spring. HEX triplet: AC, B1 and 9F. RGB value is (172,177,159). Sum of RGB (Red+Green+Blue) = 172+177+159=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB19F is #534E60. Grayscale: #ADADAD. Windows color (decimal): -5459553 or 10465708. OLE color: 10465708.

HSL color Cylindrical-coordinate representation of color #ACB19F: hue angle of 76.67º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACB19F is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 159 -
CMYK 0.03 0 0.10 0.31
HSL 76.67º 0.1% 0.66% -
HSV(B) 76.67º 0.1% 0.69% -
XYZ 38.99 42.72 38.99 -
YUV 173.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 172 177 159 0.03 0 0.10 0.31 76.67 0.1 0.66
Hex AC B1 9F 3 0 A 1F 4D A 42
Octal 254 261 237 3 0 12 37 115 12 102
Binary 10101100 10110001 10011111 11 0 1010 11111 1001101 1010 1000010

Color Harmonies of #ACB19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB19F

Black with #ACB19F

Text Example


Text Example

White with #ACB19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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