Html Css Color HEX #ACB29B Green Spring

📋 copy color: '#ACB29B'

red 172 ◦ green 178 ◦ blue 155

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

Shades of Green Spring #ACB29B

Tints of Green Spring #ACB29B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.25%

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

R = 34.06%
G = 35.25%
B = 30.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#ACB29B (or 0xACB29B) is known color: Green Spring. HEX triplet: AC, B2 and 9B. RGB value is (172,178,155). Sum of RGB (Red+Green+Blue) = 172+178+155=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB29B is #534D64. Grayscale: #ADADAD. Windows color (decimal): -5459301 or 10203820. OLE color: 10203820.

HSL color Cylindrical-coordinate representation of color #ACB29B: hue angle of 75.65º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB29B is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 155 -
CMYK 0.03 0 0.13 0.30
HSL 75.65º 0.13% 0.65% -
HSV(B) 75.65º 0.13% 0.7% -
XYZ 38.85 42.98 37.26 -
YUV 173.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 172 178 155 0.03 0 0.13 0.30 75.65 0.13 0.65
Hex AC B2 9B 3 0 D 1E 4C D 41
Octal 254 262 233 3 0 15 36 114 15 101
Binary 10101100 10110010 10011011 11 0 1101 11110 1001100 1101 1000001

Color Harmonies of #ACB29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB29B

Black with #ACB29B

Text Example


Text Example

White with #ACB29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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