#BABD50

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

Shades of Celery #BABD50

Tints of Celery #BABD50

Color information

#BABD50 (or 0xBABD50) is unknown color: approx Celery. HEX triplet: BA, BD and 50. RGB value is (186,189,80). Sum of RGB (Red+Green+Blue) = 186+189+80=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD50 is #4542AF. Grayscale: #B0B0B0. Windows color (decimal): -4539056 or 5291450. OLE color: 5291450.

HSL color Cylindrical-coordinate representation of color #BABD50: hue angle of 61.65º 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 #BABD50 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18618980-
CMYK0.0200.580.26
HSL61.65º45.23%52.75%-
HSV(B)61.65º57.67%74.12%-
XYZ39.947.4114.64-
YUV175.6874.01135.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 189 (74.22% from 255) = 41.54%
BLUE value IS 80 (31.64% from 255) = 17.58%
R=40.88%
G=41.54%
B=17.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186189800.0200.580.2661.6545.2352.75
HexBABD50203A1A3e2d35
Octal272275120207232765565
Binary1011101010111101101000010011101011010111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD50; }

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

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

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

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

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

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

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

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