#ACBD50

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

Shades of Celery #ACBD50

Tints of Celery #ACBD50

Color information

#ACBD50 (or 0xACBD50) is unknown color: approx Celery. HEX triplet: AC, BD and 50. RGB value is (172,189,80). Sum of RGB (Red+Green+Blue) = 172+189+80=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD50 is #5342AF. Grayscale: #ABABAB. Windows color (decimal): -5456560 or 5291436. OLE color: 5291436.

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

Color convert

RGB17218980-
CMYK0.0900.580.26
HSL69.36º45.23%52.75%-
HSV(B)69.36º57.67%74.12%-
XYZ36.6645.7514.49-
YUV171.4976.37128.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 189 (74.22% from 255) = 42.86%
BLUE value IS 80 (31.64% from 255) = 18.14%
R=39.00%
G=42.86%
B=18.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172189800.0900.580.2669.3645.2352.75
HexACBD50903A1A452d35
Octal25427512011072321055565
Binary1010110010111101101000010010111010110101000101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD50; }

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

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

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

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

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

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

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

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