Html Css Color HEX #ACB58D Green Spring

📋 copy color: '#ACB58D'

red 172 ◦ green 181 ◦ blue 141

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

Shades of Green Spring #ACB58D

Tints of Green Spring #ACB58D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.64%

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 34.82%
G = 36.64%
B = 28.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#ACB58D (or 0xACB58D) is known color: Green Spring. HEX triplet: AC, B5 and 8D. RGB value is (172,181,141). Sum of RGB (Red+Green+Blue) = 172+181+141=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB58D is #534A72. Grayscale: #ADADAD. Windows color (decimal): -5458547 or 9287084. OLE color: 9287084.

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

Color convert

RGB 172 181 141 -
CMYK 0.05 0 0.22 0.29
HSL 73.5º 0.21% 0.63% -
HSV(B) 73.5º 0.22% 0.71% -
XYZ 38.34 43.74 31.62 -
YUV 173.75 109.52 126.75 -
System Red Green Blue C M Y K H S L
Decimal 172 181 141 0.05 0 0.22 0.29 73.5 0.21 0.63
Hex AC B5 8D 5 0 16 1D 4A 15 3F
Octal 254 265 215 5 0 26 35 112 25 77
Binary 10101100 10110101 10001101 101 0 10110 11101 1001010 10101 111111

Color Harmonies of #ACB58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB58D

Black with #ACB58D

Text Example


Text Example

White with #ACB58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB58D; }

 p { color: rgb(172,181,141); }

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

background-color css

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

 a { background-color: rgb(172,181,141); }

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

border-color css

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

 span { border-color: rgb(172,181,141); }

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