Html Css Color HEX #ACB194 Green Spring

📋 copy color: '#ACB194'

red 172 ◦ green 177 ◦ blue 148

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

Shades of Green Spring #ACB194

Tints of Green Spring #ACB194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.78%

R = 34.61%
G = 35.61%
B = 29.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#ACB194 (or 0xACB194) is known color: Green Spring. HEX triplet: AC, B1 and 94. RGB value is (172,177,148). Sum of RGB (Red+Green+Blue) = 172+177+148=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB194 is #534E6B. Grayscale: #ACACAC. Windows color (decimal): -5459564 or 9744812. OLE color: 9744812.

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

Color convert

RGB 172 177 148 -
CMYK 0.03 0 0.16 0.31
HSL 70.34º 0.16% 0.64% -
HSV(B) 70.34º 0.16% 0.69% -
XYZ 38.08 42.35 34.18 -
YUV 172.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 172 177 148 0.03 0 0.16 0.31 70.34 0.16 0.64
Hex AC B1 94 3 0 10 1F 46 10 40
Octal 254 261 224 3 0 20 37 106 20 100
Binary 10101100 10110001 10010100 11 0 10000 11111 1000110 10000 1000000

Color Harmonies of #ACB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB194

Black with #ACB194

Text Example


Text Example

White with #ACB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB194; }

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

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

background-color css

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

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

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

border-color css

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

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

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