Html Css Color HEX #ACB992 Green Spring

📋 copy color: '#ACB992'

red 172 ◦ green 185 ◦ blue 146

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

Shades of Green Spring #ACB992

Tints of Green Spring #ACB992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.78%

 BLUE value IS 146 (57.42% from 255) = 29.03%

R = 34.19%
G = 36.78%
B = 29.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#ACB992 (or 0xACB992) is known color: Green Spring. HEX triplet: AC, B9 and 92. RGB value is (172,185,146). Sum of RGB (Red+Green+Blue) = 172+185+146=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB992 is #53466D. Grayscale: #B0B0B0. Windows color (decimal): -5457518 or 9615788. OLE color: 9615788.

HSL color Cylindrical-coordinate representation of color #ACB992: hue angle of 80º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB992 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 146 -
CMYK 0.07 0 0.21 0.27
HSL 80º 0.22% 0.65% -
HSV(B) 80º 0.21% 0.73% -
XYZ 39.55 45.54 33.9 -
YUV 176.67 110.69 124.67 -
System Red Green Blue C M Y K H S L
Decimal 172 185 146 0.07 0 0.21 0.27 80 0.22 0.65
Hex AC B9 92 7 0 15 1B 50 16 41
Octal 254 271 222 7 0 25 33 120 26 101
Binary 10101100 10111001 10010010 111 0 10101 11011 1010000 10110 1000001

Color Harmonies of #ACB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB992

Black with #ACB992

Text Example


Text Example

White with #ACB992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB992; }

 p { color: rgb(172,185,146); }

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

background-color css

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

 a { background-color: rgb(172,185,146); }

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

border-color css

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

 span { border-color: rgb(172,185,146); }

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