Html Css Color HEX #ACB694 Green Spring

📋 copy color: '#ACB694'

red 172 ◦ green 182 ◦ blue 148

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

Shades of Green Spring #ACB694

Tints of Green Spring #ACB694

RGB

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

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

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

R = 34.26%
G = 36.25%
B = 29.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#ACB694 (or 0xACB694) is known color: Green Spring. HEX triplet: AC, B6 and 94. RGB value is (172,182,148). Sum of RGB (Red+Green+Blue) = 172+182+148=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB694 is #53496B. Grayscale: #AFAFAF. Windows color (decimal): -5458284 or 9746092. OLE color: 9746092.

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

Color convert

RGB 172 182 148 -
CMYK 0.05 0 0.19 0.29
HSL 77.65º 0.19% 0.65% -
HSV(B) 77.65º 0.19% 0.71% -
XYZ 39.09 44.36 34.52 -
YUV 175.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 172 182 148 0.05 0 0.19 0.29 77.65 0.19 0.65
Hex AC B6 94 5 0 13 1D 4E 13 41
Octal 254 266 224 5 0 23 35 116 23 101
Binary 10101100 10110110 10010100 101 0 10011 11101 1001110 10011 1000001

Color Harmonies of #ACB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB694

Black with #ACB694

Text Example


Text Example

White with #ACB694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB694; }

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

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

background-color css

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

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

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

border-color css

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

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

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