#ACBD5B

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

Shades of Celery #ACBD5B

Tints of Celery #ACBD5B

Color information

#ACBD5B (or 0xACBD5B) is unknown color: approx Celery. HEX triplet: AC, BD and 5B. RGB value is (172,189,91). Sum of RGB (Red+Green+Blue) = 172+189+91=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD5B is #5342A4. Grayscale: #ADADAD. Windows color (decimal): -5456549 or 6012332. OLE color: 6012332.

HSL color Cylindrical-coordinate representation of color #ACBD5B: hue angle of 70.41º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACBD5B is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB17218991-
CMYK0.0900.520.26
HSL70.41º42.61%54.9%-
HSV(B)70.41º51.85%74.12%-
XYZ37.145.9216.81-
YUV172.7481.87127.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 189 (74.22% from 255) = 41.81%
BLUE value IS 91 (35.94% from 255) = 20.13%
R=38.05%
G=41.81%
B=20.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172189910.0900.520.2670.4142.6154.9
HexACBD5B90341A462b37
Octal25427513311064321065367
Binary1010110010111101101101110010110100110101000110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD5B; }

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

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

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

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

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

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

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

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