Html Css Color HEX #ACB48F Green Spring

📋 copy color: '#ACB48F'

red 172 ◦ green 180 ◦ blue 143

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

Shades of Green Spring #ACB48F

Tints of Green Spring #ACB48F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.36%

 BLUE value IS 143 (56.25% from 255) = 28.89%

R = 34.75%
G = 36.36%
B = 28.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#ACB48F (or 0xACB48F) is known color: Green Spring. HEX triplet: AC, B4 and 8F. RGB value is (172,180,143). Sum of RGB (Red+Green+Blue) = 172+180+143=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB48F is #534B70. Grayscale: #ADADAD. Windows color (decimal): -5458801 or 9417900. OLE color: 9417900.

HSL color Cylindrical-coordinate representation of color #ACB48F: hue angle of 72.97º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB48F is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 143 -
CMYK 0.04 0 0.21 0.29
HSL 72.97º 0.2% 0.63% -
HSV(B) 72.97º 0.21% 0.71% -
XYZ 38.29 43.4 32.34 -
YUV 173.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 172 180 143 0.04 0 0.21 0.29 72.97 0.2 0.63
Hex AC B4 8F 4 0 15 1D 49 14 3F
Octal 254 264 217 4 0 25 35 111 24 77
Binary 10101100 10110100 10001111 100 0 10101 11101 1001001 10100 111111

Color Harmonies of #ACB48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB48F

Black with #ACB48F

Text Example


Text Example

White with #ACB48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB48F; }

 p { color: rgb(172,180,143); }

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

background-color css

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

 a { background-color: rgb(172,180,143); }

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

border-color css

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

 span { border-color: rgb(172,180,143); }

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