#ACB43B

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

Shades of Celery #ACB43B

Tints of Celery #ACB43B

Color information

#ACB43B (or 0xACB43B) is unknown color: approx Celery. HEX triplet: AC, B4 and 3B. RGB value is (172,180,59). Sum of RGB (Red+Green+Blue) = 172+180+59=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB43B is #534BC4. Grayscale: #A4A4A4. Windows color (decimal): -5458885 or 3912876. OLE color: 3912876.

HSL color Cylindrical-coordinate representation of color #ACB43B: hue angle of 63.97º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACB43B is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB17218059-
CMYK0.0400.670.29
HSL63.97º50.63%46.86%-
HSV(B)63.97º67.22%70.59%-
XYZ34.1241.7310.39-
YUV163.8168.85133.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 180 (70.70% from 255) = 43.80%
BLUE value IS 59 (23.44% from 255) = 14.36%
R=41.85%
G=43.80%
B=14.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172180590.0400.670.2963.9750.6346.86
HexACB43B40431D40332f
Octal2542647340103351006357
Binary101011001011010011101110001000011111011000000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB43B; }

 p { color: rgb(172,180,59); }

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

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

 a { background-color: rgb(172,180,59); }

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

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

 span { border-color: rgb(172,180,59); }

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