Html Css Color HEX #ACB38F Green Spring

📋 copy color: '#ACB38F'

red 172 ◦ green 179 ◦ blue 143

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

Shades of Green Spring #ACB38F

Tints of Green Spring #ACB38F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.23%

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

R = 34.82%
G = 36.23%
B = 28.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#ACB38F (or 0xACB38F) is known color: Green Spring. HEX triplet: AC, B3 and 8F. RGB value is (172,179,143). Sum of RGB (Red+Green+Blue) = 172+179+143=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB38F is #534C70. Grayscale: #ACACAC. Windows color (decimal): -5459057 or 9417644. OLE color: 9417644.

HSL color Cylindrical-coordinate representation of color #ACB38F: hue angle of 71.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACB38F is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 143 -
CMYK 0.04 0 0.20 0.30
HSL 71.67º 0.19% 0.63% -
HSV(B) 71.67º 0.2% 0.7% -
XYZ 38.09 42.99 32.28 -
YUV 172.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 172 179 143 0.04 0 0.20 0.30 71.67 0.19 0.63
Hex AC B3 8F 4 0 14 1E 48 13 3F
Octal 254 263 217 4 0 24 36 110 23 77
Binary 10101100 10110011 10001111 100 0 10100 11110 1001000 10011 111111

Color Harmonies of #ACB38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB38F

Black with #ACB38F

Text Example


Text Example

White with #ACB38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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