#BDBB50

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

Shades of Celery #BDBB50

Tints of Celery #BDBB50

Color information

#BDBB50 (or 0xBDBB50) is unknown color: approx Celery. HEX triplet: BD, BB and 50. RGB value is (189,187,80). Sum of RGB (Red+Green+Blue) = 189+187+80=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB50 is #4244AF. Grayscale: #AFAFAF. Windows color (decimal): -4342960 or 5290941. OLE color: 5290941.

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

Color convert

RGB18918780-
CMYK00.010.580.26
HSL58.9º45.23%52.75%-
HSV(B)58.9º57.67%74.12%-
XYZ40.246.9414.53-
YUV175.474.16137.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 80 (31.64% from 255) = 17.54%
R=41.45%
G=41.01%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891878000.010.580.2658.945.2352.75
HexBDBB50013A1A3b2d35
Octal275273120017232735565
Binary101111011011101110100000111101011010111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB50; }

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

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

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

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

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

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

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

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