#BABA50

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

Shades of Celery #BABA50

Tints of Celery #BABA50

Color information

#BABA50 (or 0xBABA50) is unknown color: approx Celery. HEX triplet: BA, BA and 50. RGB value is (186,186,80). Sum of RGB (Red+Green+Blue) = 186+186+80=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA50 is #4545AF. Grayscale: #AEAEAE. Windows color (decimal): -4539824 or 5290682. OLE color: 5290682.

HSL color Cylindrical-coordinate representation of color #BABA50: hue angle of 60º degrees, saturation: 0.43, 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 #BABA50 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18618680-
CMYK000.570.27
HSL60º43.44%52.16%-
HSV(B)60º56.99%72.94%-
XYZ39.2646.1414.43-
YUV173.9275136.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 80 (31.64% from 255) = 17.70%
R=41.15%
G=41.15%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618680000.570.276043.4452.16
HexBABA5000391B3c2b34
Octal272272120007133745364
Binary101110101011101010100000011100111011111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA50; }

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

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

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

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

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

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

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

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