Html Css Color HEX #ACB794 Green Spring

📋 copy color: '#ACB794'

red 172 ◦ green 183 ◦ blue 148

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

Shades of Green Spring #ACB794

Tints of Green Spring #ACB794

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.38%

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

R = 34.19%
G = 36.38%
B = 29.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#ACB794 (or 0xACB794) is known color: Green Spring. HEX triplet: AC, B7 and 94. RGB value is (172,183,148). Sum of RGB (Red+Green+Blue) = 172+183+148=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB794 is #53486B. Grayscale: #AFAFAF. Windows color (decimal): -5458028 or 9746348. OLE color: 9746348.

HSL color Cylindrical-coordinate representation of color #ACB794: hue angle of 78.86º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACB794 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 148 -
CMYK 0.06 0 0.19 0.28
HSL 78.86º 0.2% 0.65% -
HSV(B) 78.86º 0.19% 0.72% -
XYZ 39.29 44.78 34.59 -
YUV 175.72 112.36 125.35 -
System Red Green Blue C M Y K H S L
Decimal 172 183 148 0.06 0 0.19 0.28 78.86 0.2 0.65
Hex AC B7 94 6 0 13 1C 4F 14 41
Octal 254 267 224 6 0 23 34 117 24 101
Binary 10101100 10110111 10010100 110 0 10011 11100 1001111 10100 1000001

Color Harmonies of #ACB794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB794

Black with #ACB794

Text Example


Text Example

White with #ACB794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB794; }

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

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

background-color css

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

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

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

border-color css

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

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

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