#BDBA50

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

Shades of Celery #BDBA50

Tints of Celery #BDBA50

Color information

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

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

Color convert

RGB18918680-
CMYK00.020.580.26
HSL58.35º45.23%52.75%-
HSV(B)58.35º57.67%74.12%-
XYZ39.9946.5214.46-
YUV174.8174.49138.12-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891868000.020.580.2658.3545.2352.75
HexBDBA50023A1A3a2d35
Octal275272120027232725565
Binary1011110110111010101000001011101011010111010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA50; }

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

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

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

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

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

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

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

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