Html Css Color HEX #ACB69C Green Spring

📋 copy color: '#ACB69C'

red 172 ◦ green 182 ◦ blue 156

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

Shades of Green Spring #ACB69C

Tints of Green Spring #ACB69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.59%

R = 33.73%
G = 35.69%
B = 30.59%

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

#ACB69C (or 0xACB69C) is known color: Green Spring. HEX triplet: AC, B6 and 9C. RGB value is (172,182,156). Sum of RGB (Red+Green+Blue) = 172+182+156=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB69C is #534963. Grayscale: #B0B0B0. Windows color (decimal): -5458276 or 10270380. OLE color: 10270380.

HSL color Cylindrical-coordinate representation of color #ACB69C: hue angle of 83.08º 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 #ACB69C is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 156 -
CMYK 0.05 0 0.14 0.29
HSL 83.08º 0.15% 0.66% -
HSV(B) 83.08º 0.14% 0.71% -
XYZ 39.74 44.63 37.97 -
YUV 176.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 172 182 156 0.05 0 0.14 0.29 83.08 0.15 0.66
Hex AC B6 9C 5 0 E 1D 53 F 42
Octal 254 266 234 5 0 16 35 123 17 102
Binary 10101100 10110110 10011100 101 0 1110 11101 1010011 1111 1000010

Color Harmonies of #ACB69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB69C

Black with #ACB69C

Text Example


Text Example

White with #ACB69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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