#ACB340

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

Shades of Celery #ACB340

Tints of Celery #ACB340

Color information

#ACB340 (or 0xACB340) is unknown color: approx Celery. HEX triplet: AC, B3 and 40. RGB value is (172,179,64). Sum of RGB (Red+Green+Blue) = 172+179+64=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB340 is #534CBF. Grayscale: #A4A4A4. Windows color (decimal): -5459136 or 4240300. OLE color: 4240300.

HSL color Cylindrical-coordinate representation of color #ACB340: hue angle of 63.65º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACB340 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB17217964-
CMYK0.0400.640.30
HSL63.65º47.33%47.65%-
HSV(B)63.65º64.25%70.2%-
XYZ34.0641.3811.04-
YUV163.871.68133.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 179 (70.31% from 255) = 43.13%
BLUE value IS 64 (25.39% from 255) = 15.42%
R=41.45%
G=43.13%
B=15.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172179640.0400.640.3063.6547.3347.65
HexACB34040401E402f30
Octal25426310040100361005760
Binary1010110010110011100000010001000000111101000000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB340; }

 p { color: rgb(172,179,64); }

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

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

 a { background-color: rgb(172,179,64); }

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

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

 span { border-color: rgb(172,179,64); }

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