Html Css Color HEX #ACB58C Green Spring

📋 copy color: '#ACB58C'

red 172 ◦ green 181 ◦ blue 140

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

Shades of Green Spring #ACB58C

Tints of Green Spring #ACB58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.4%

R = 34.89%
G = 36.71%
B = 28.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#ACB58C (or 0xACB58C) is known color: Green Spring. HEX triplet: AC, B5 and 8C. RGB value is (172,181,140). Sum of RGB (Red+Green+Blue) = 172+181+140=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB58C is #534A73. Grayscale: #ADADAD. Windows color (decimal): -5458548 or 9221548. OLE color: 9221548.

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

Color convert

RGB 172 181 140 -
CMYK 0.05 0 0.23 0.29
HSL 73.17º 0.22% 0.63% -
HSV(B) 73.17º 0.23% 0.71% -
XYZ 38.27 43.71 31.23 -
YUV 173.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 172 181 140 0.05 0 0.23 0.29 73.17 0.22 0.63
Hex AC B5 8C 5 0 17 1D 49 16 3F
Octal 254 265 214 5 0 27 35 111 26 77
Binary 10101100 10110101 10001100 101 0 10111 11101 1001001 10110 111111

Color Harmonies of #ACB58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB58C

Black with #ACB58C

Text Example


Text Example

White with #ACB58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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