Html Css Color HEX #ACB392 Green Spring

📋 copy color: '#ACB392'

red 172 ◦ green 179 ◦ blue 146

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

Shades of Green Spring #ACB392

Tints of Green Spring #ACB392

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.02%

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

R = 34.61%
G = 36.02%
B = 29.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#ACB392 (or 0xACB392) is known color: Green Spring. HEX triplet: AC, B3 and 92. RGB value is (172,179,146). Sum of RGB (Red+Green+Blue) = 172+179+146=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB392 is #534C6D. Grayscale: #ADADAD. Windows color (decimal): -5459054 or 9614252. OLE color: 9614252.

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

Color convert

RGB 172 179 146 -
CMYK 0.04 0 0.18 0.30
HSL 72.73º 0.18% 0.64% -
HSV(B) 72.73º 0.18% 0.7% -
XYZ 38.32 43.09 33.49 -
YUV 173.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 172 179 146 0.04 0 0.18 0.30 72.73 0.18 0.64
Hex AC B3 92 4 0 12 1E 49 12 40
Octal 254 263 222 4 0 22 36 111 22 100
Binary 10101100 10110011 10010010 100 0 10010 11110 1001001 10010 1000000

Color Harmonies of #ACB392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB392

Black with #ACB392

Text Example


Text Example

White with #ACB392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB392; }

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

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

background-color css

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

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

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

border-color css

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

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

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