#ACB14B

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

Shades of Celery #ACB14B

Tints of Celery #ACB14B

Color information

#ACB14B (or 0xACB14B) is unknown color: approx Celery. HEX triplet: AC, B1 and 4B. RGB value is (172,177,75). Sum of RGB (Red+Green+Blue) = 172+177+75=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB14B is #534EB4. Grayscale: #A4A4A4. Windows color (decimal): -5459637 or 4960684. OLE color: 4960684.

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

Color convert

RGB17217775-
CMYK0.0300.580.31
HSL62.94º40.48%49.41%-
HSV(B)62.94º57.63%69.41%-
XYZ34.0140.7212.72-
YUV163.8877.84133.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 177 (69.53% from 255) = 41.75%
BLUE value IS 75 (29.69% from 255) = 17.69%
R=40.57%
G=41.75%
B=17.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172177750.0300.580.3162.9440.4849.41
HexACB14B303A1F3f2831
Octal254261113307237775061
Binary1010110010110001100101111011101011111111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB14B; }

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

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

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

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

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

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

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

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