#ACBD5F

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

Shades of Celery #ACBD5F

Tints of Celery #ACBD5F

Color information

#ACBD5F (or 0xACBD5F) is unknown color: approx Celery. HEX triplet: AC, BD and 5F. RGB value is (172,189,95). Sum of RGB (Red+Green+Blue) = 172+189+95=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD5F is #5342A0. Grayscale: #ADADAD. Windows color (decimal): -5456545 or 6274476. OLE color: 6274476.

HSL color Cylindrical-coordinate representation of color #ACBD5F: hue angle of 70.85º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACBD5F is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB17218995-
CMYK0.0900.500.26
HSL70.85º41.59%55.69%-
HSV(B)70.85º49.74%74.12%-
XYZ37.2845.9917.74-
YUV173.283.87127.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 189 (74.22% from 255) = 41.45%
BLUE value IS 95 (37.5% from 255) = 20.83%
R=37.72%
G=41.45%
B=20.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172189950.0900.500.2670.8541.5955.69
HexACBD5F90321A472a38
Octal25427513711062321075270
Binary1010110010111101101111110010110010110101000111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD5F; }

 p { color: rgb(172,189,95); }

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

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

 a { background-color: rgb(172,189,95); }

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

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

 span { border-color: rgb(172,189,95); }

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