#ACB692

Color #ACB692 Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #ACB692

Tints of Green Spring #ACB692

Color information

#ACB692 (or 0xACB692) is unknown color: approx Green Spring. HEX triplet: AC, B6 and 92. RGB value is (172,182,146). Sum of RGB (Red+Green+Blue) = 172+182+146=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB692 is #53496D. Grayscale: #AFAFAF. Windows color (decimal): -5458286 or 9615020. OLE color: 9615020.

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

Color convert

RGB172182146-
CMYK0.0500.200.29
HSL76.67º19.78%64.31%-
HSV(B)76.67º19.78%71.37%-
XYZ38.9344.333.69-
YUV174.91111.69125.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 146 (57.42% from 255) = 29.2%
R=34.4%
G=36.4%
B=29.2%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821460.0500.200.2976.6719.7864.31
HexACB69250141D4d1440
Octal25426622250243511524100
Binary101011001011011010010010101010100111011001101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB692; }

 p { color: rgb(172,182,146); }

 H1.HeaderClassName
 {
   color: #ACB692;
 }
 .AnyTagClassName
 {
   color: #ACB692;
 }
</style>
background-color css

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

 a { background-color: rgb(172,182,146); }

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

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

 span { border-color: rgb(172,182,146); }

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