Html Css Color HEX #ACB48E Green Spring

📋 copy color: '#ACB48E'

red 172 ◦ green 180 ◦ blue 142

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

Shades of Green Spring #ACB48E

Tints of Green Spring #ACB48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.74%

R = 34.82%
G = 36.44%
B = 28.74%

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

#ACB48E (or 0xACB48E) is known color: Green Spring. HEX triplet: AC, B4 and 8E. RGB value is (172,180,142). Sum of RGB (Red+Green+Blue) = 172+180+142=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB48E is #534B71. Grayscale: #ADADAD. Windows color (decimal): -5458802 or 9352364. OLE color: 9352364.

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

Color convert

RGB 172 180 142 -
CMYK 0.04 0 0.21 0.29
HSL 72.63º 0.2% 0.63% -
HSV(B) 72.63º 0.21% 0.71% -
XYZ 38.22 43.37 31.95 -
YUV 173.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 172 180 142 0.04 0 0.21 0.29 72.63 0.2 0.63
Hex AC B4 8E 4 0 15 1D 49 14 3F
Octal 254 264 216 4 0 25 35 111 24 77
Binary 10101100 10110100 10001110 100 0 10101 11101 1001001 10100 111111

Color Harmonies of #ACB48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB48E

Black with #ACB48E

Text Example


Text Example

White with #ACB48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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