#ACB149

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

Shades of Celery #ACB149

Tints of Celery #ACB149

Color information

#ACB149 (or 0xACB149) is unknown color: approx Celery. HEX triplet: AC, B1 and 49. RGB value is (172,177,73). Sum of RGB (Red+Green+Blue) = 172+177+73=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB149 is #534EB6. Grayscale: #A4A4A4. Windows color (decimal): -5459639 or 4829612. OLE color: 4829612.

HSL color Cylindrical-coordinate representation of color #ACB149: hue angle of 62.88º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACB149 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17217773-
CMYK0.0300.590.31
HSL62.88º41.6%49.02%-
HSV(B)62.88º58.76%69.41%-
XYZ33.9440.712.37-
YUV163.6576.84133.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 177 (69.53% from 255) = 41.94%
BLUE value IS 73 (28.91% from 255) = 17.30%
R=40.76%
G=41.94%
B=17.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172177730.0300.590.3162.8841.649.02
HexACB149303B1F3f2a31
Octal254261111307337775261
Binary1010110010110001100100111011101111111111111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB149; }

 p { color: rgb(172,177,73); }

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

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

 a { background-color: rgb(172,177,73); }

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

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

 span { border-color: rgb(172,177,73); }

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