#ACBB50

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

Shades of Celery #ACBB50

Tints of Celery #ACBB50

Color information

#ACBB50 (or 0xACBB50) is unknown color: approx Celery. HEX triplet: AC, BB and 50. RGB value is (172,187,80). Sum of RGB (Red+Green+Blue) = 172+187+80=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBB50 is #5344AF. Grayscale: #AAAAAA. Windows color (decimal): -5457072 or 5290924. OLE color: 5290924.

HSL color Cylindrical-coordinate representation of color #ACBB50: hue angle of 68.41º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACBB50 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB17218780-
CMYK0.0800.570.27
HSL68.41º44.03%52.35%-
HSV(B)68.41º57.22%73.33%-
XYZ36.2344.8914.34-
YUV170.3277.03129.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 187 (73.44% from 255) = 42.60%
BLUE value IS 80 (31.64% from 255) = 18.22%
R=39.18%
G=42.60%
B=18.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172187800.0800.570.2768.4144.0352.35
HexACBB5080391B442c34
Octal25427312010071331045464
Binary1010110010111011101000010000111001110111000100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB50; }

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

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

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

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

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

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

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

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