Html Css Color HEX #ACB69D Green Spring

📋 copy color: '#ACB69D'

red 172 ◦ green 182 ◦ blue 157

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

Shades of Green Spring #ACB69D

Tints of Green Spring #ACB69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.72%

R = 33.66%
G = 35.62%
B = 30.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#ACB69D (or 0xACB69D) is known color: Green Spring. HEX triplet: AC, B6 and 9D. RGB value is (172,182,157). Sum of RGB (Red+Green+Blue) = 172+182+157=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB69D is #534962. Grayscale: #B0B0B0. Windows color (decimal): -5458275 or 10335916. OLE color: 10335916.

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

Color convert

RGB 172 182 157 -
CMYK 0.05 0 0.14 0.29
HSL 84º 0.15% 0.66% -
HSV(B) 84º 0.14% 0.71% -
XYZ 39.83 44.66 38.42 -
YUV 176.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 172 182 157 0.05 0 0.14 0.29 84 0.15 0.66
Hex AC B6 9D 5 0 E 1D 54 F 42
Octal 254 266 235 5 0 16 35 124 17 102
Binary 10101100 10110110 10011101 101 0 1110 11101 1010100 1111 1000010

Color Harmonies of #ACB69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB69D

Black with #ACB69D

Text Example


Text Example

White with #ACB69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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