#ACB298

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

Shades of Green Spring #ACB298

Tints of Green Spring #ACB298

Color information

#ACB298 (or 0xACB298) is unknown color: approx Green Spring. HEX triplet: AC, B2 and 98. RGB value is (172,178,152). Sum of RGB (Red+Green+Blue) = 172+178+152=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB298 is #534D67. Grayscale: #ADADAD. Windows color (decimal): -5459304 or 10007212. OLE color: 10007212.

HSL color Cylindrical-coordinate representation of color #ACB298: hue angle of 73.85º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB298 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB172178152-
CMYK0.0300.150.30
HSL73.85º14.44%64.71%-
HSV(B)73.85º14.61%69.8%-
XYZ38.642.8835.95-
YUV173.24116.01127.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 178 (69.92% from 255) = 35.46%
BLUE value IS 152 (59.77% from 255) = 30.28%
R=34.26%
G=35.46%
B=30.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721781520.0300.150.3073.8514.4464.71
HexACB29830F1E4ae41
Octal25426223030173611216101
Binary101011001011001010011000110111111110100101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB298; }

 p { color: rgb(172,178,152); }

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

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

 a { background-color: rgb(172,178,152); }

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

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

 span { border-color: rgb(172,178,152); }

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