#ACC25B

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

Shades of Celery #ACC25B

Tints of Celery #ACC25B

Color information

#ACC25B (or 0xACC25B) is unknown color: approx Celery. HEX triplet: AC, C2 and 5B. RGB value is (172,194,91). Sum of RGB (Red+Green+Blue) = 172+194+91=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC25B is #533DA4. Grayscale: #B0B0B0. Windows color (decimal): -5455269 or 6013612. OLE color: 6013612.

HSL color Cylindrical-coordinate representation of color #ACC25B: hue angle of 72.82º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACC25B is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB17219491-
CMYK0.1100.530.24
HSL72.82º45.78%55.88%-
HSV(B)72.82º53.09%76.08%-
XYZ38.1948.1117.17-
YUV175.6880.21125.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 194 (76.17% from 255) = 42.45%
BLUE value IS 91 (35.94% from 255) = 19.91%
R=37.64%
G=42.45%
B=19.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172194910.1100.530.2472.8245.7855.88
HexACC25BB03518492e38
Octal25430213313065301115670
Binary1010110011000010101101110110110101110001001001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC25B; }

 p { color: rgb(172,194,91); }

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

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

 a { background-color: rgb(172,194,91); }

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

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

 span { border-color: rgb(172,194,91); }

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