Html Css Color HEX #ACB69B Green Spring

📋 copy color: '#ACB69B'

red 172 ◦ green 182 ◦ blue 155

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

Shades of Green Spring #ACB69B

Tints of Green Spring #ACB69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.45%

R = 33.79%
G = 35.76%
B = 30.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#ACB69B (or 0xACB69B) is known color: Green Spring. HEX triplet: AC, B6 and 9B. RGB value is (172,182,155). Sum of RGB (Red+Green+Blue) = 172+182+155=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB69B is #534964. Grayscale: #B0B0B0. Windows color (decimal): -5458277 or 10204844. OLE color: 10204844.

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

Color convert

RGB 172 182 155 -
CMYK 0.05 0 0.15 0.29
HSL 82.22º 0.16% 0.66% -
HSV(B) 82.22º 0.15% 0.71% -
XYZ 39.66 44.59 37.53 -
YUV 175.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 172 182 155 0.05 0 0.15 0.29 82.22 0.16 0.66
Hex AC B6 9B 5 0 F 1D 52 10 42
Octal 254 266 233 5 0 17 35 122 20 102
Binary 10101100 10110110 10011011 101 0 1111 11101 1010010 10000 1000010

Color Harmonies of #ACB69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB69B

Black with #ACB69B

Text Example


Text Example

White with #ACB69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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