Html Css Color HEX #ACB594 Green Spring

📋 copy color: '#ACB594'

red 172 ◦ green 181 ◦ blue 148

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

Shades of Green Spring #ACB594

Tints of Green Spring #ACB594

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.13%

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

R = 34.33%
G = 36.13%
B = 29.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#ACB594 (or 0xACB594) is known color: Green Spring. HEX triplet: AC, B5 and 94. RGB value is (172,181,148). Sum of RGB (Red+Green+Blue) = 172+181+148=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB594 is #534A6B. Grayscale: #AEAEAE. Windows color (decimal): -5458540 or 9745836. OLE color: 9745836.

HSL color Cylindrical-coordinate representation of color #ACB594: hue angle of 76.36º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACB594 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 148 -
CMYK 0.05 0 0.18 0.29
HSL 76.36º 0.18% 0.65% -
HSV(B) 76.36º 0.18% 0.71% -
XYZ 38.88 43.96 34.45 -
YUV 174.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 172 181 148 0.05 0 0.18 0.29 76.36 0.18 0.65
Hex AC B5 94 5 0 12 1D 4C 12 41
Octal 254 265 224 5 0 22 35 114 22 101
Binary 10101100 10110101 10010100 101 0 10010 11101 1001100 10010 1000001

Color Harmonies of #ACB594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB594

Black with #ACB594

Text Example


Text Example

White with #ACB594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB594; }

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

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

background-color css

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

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

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

border-color css

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

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

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