#ACC44B

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

Shades of Celery #ACC44B

Tints of Celery #ACC44B

Color information

#ACC44B (or 0xACC44B) is unknown color: approx Celery. HEX triplet: AC, C4 and 4B. RGB value is (172,196,75). Sum of RGB (Red+Green+Blue) = 172+196+75=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC44B is #533BB4. Grayscale: #AFAFAF. Windows color (decimal): -5454773 or 4965548. OLE color: 4965548.

HSL color Cylindrical-coordinate representation of color #ACC44B: hue angle of 71.9º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACC44B is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB17219675-
CMYK0.1200.620.23
HSL71.9º50.63%53.14%-
HSV(B)71.9º61.73%76.86%-
XYZ38.0248.7614.06-
YUV175.0371.55125.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 196 (76.95% from 255) = 44.24%
BLUE value IS 75 (29.69% from 255) = 16.93%
R=38.83%
G=44.24%
B=16.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172196750.1200.620.2371.950.6353.14
HexACC44BC03E17483335
Octal25430411314076271106365
Binary1010110011000100100101111000111110101111001000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC44B; }

 p { color: rgb(172,196,75); }

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

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

 a { background-color: rgb(172,196,75); }

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

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

 span { border-color: rgb(172,196,75); }

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