Html Css Color HEX #ACB199 Green Spring

📋 copy color: '#ACB199'

red 172 ◦ green 177 ◦ blue 153

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

Shades of Green Spring #ACB199

Tints of Green Spring #ACB199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.48%

R = 34.26%
G = 35.26%
B = 30.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#ACB199 (or 0xACB199) is known color: Green Spring. HEX triplet: AC, B1 and 99. RGB value is (172,177,153). Sum of RGB (Red+Green+Blue) = 172+177+153=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB199 is #534E66. Grayscale: #ACACAC. Windows color (decimal): -5459559 or 10072492. OLE color: 10072492.

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

Color convert

RGB 172 177 153 -
CMYK 0.03 0 0.14 0.31
HSL 72.5º 0.13% 0.65% -
HSV(B) 72.5º 0.14% 0.69% -
XYZ 38.49 42.51 36.31 -
YUV 172.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 172 177 153 0.03 0 0.14 0.31 72.5 0.13 0.65
Hex AC B1 99 3 0 E 1F 48 D 41
Octal 254 261 231 3 0 16 37 110 15 101
Binary 10101100 10110001 10011001 11 0 1110 11111 1001000 1101 1000001

Color Harmonies of #ACB199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB199

Black with #ACB199

Text Example


Text Example

White with #ACB199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB199; }

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

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

background-color css

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

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

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

border-color css

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

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

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