Html Css Color HEX #ACB691 Green Spring

📋 copy color: '#ACB691'

red 172 ◦ green 182 ◦ blue 145

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

Shades of Green Spring #ACB691

Tints of Green Spring #ACB691

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.47%

 BLUE value IS 145 (57.03% from 255) = 29.06%

R = 34.47%
G = 36.47%
B = 29.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#ACB691 (or 0xACB691) is known color: Green Spring. HEX triplet: AC, B6 and 91. RGB value is (172,182,145). Sum of RGB (Red+Green+Blue) = 172+182+145=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB691 is #53496E. Grayscale: #AEAEAE. Windows color (decimal): -5458287 or 9549484. OLE color: 9549484.

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

Color convert

RGB 172 182 145 -
CMYK 0.05 0 0.20 0.29
HSL 76.22º 0.2% 0.64% -
HSV(B) 76.22º 0.2% 0.71% -
XYZ 38.85 44.27 33.29 -
YUV 174.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 172 182 145 0.05 0 0.20 0.29 76.22 0.2 0.64
Hex AC B6 91 5 0 14 1D 4C 14 40
Octal 254 266 221 5 0 24 35 114 24 100
Binary 10101100 10110110 10010001 101 0 10100 11101 1001100 10100 1000000

Color Harmonies of #ACB691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB691

Black with #ACB691

Text Example


Text Example

White with #ACB691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB691; }

 p { color: rgb(172,182,145); }

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

background-color css

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

 a { background-color: rgb(172,182,145); }

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

border-color css

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

 span { border-color: rgb(172,182,145); }

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