#BDBA45

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

Shades of Celery #BDBA45

Tints of Celery #BDBA45

Color information

#BDBA45 (or 0xBDBA45) is unknown color: approx Celery. HEX triplet: BD, BA and 45. RGB value is (189,186,69). Sum of RGB (Red+Green+Blue) = 189+186+69=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA45 is #4245BA. Grayscale: #AEAEAE. Windows color (decimal): -4343227 or 4569789. OLE color: 4569789.

HSL color Cylindrical-coordinate representation of color #BDBA45: hue angle of 58.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDBA45 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18918669-
CMYK00.020.630.26
HSL58.5º47.62%50.59%-
HSV(B)58.5º63.49%74.12%-
XYZ39.6246.3712.49-
YUV173.5668.99139.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 186 (73.05% from 255) = 41.89%
BLUE value IS 69 (27.34% from 255) = 15.54%
R=42.57%
G=41.89%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891866900.020.630.2658.547.6250.59
HexBDBA45023F1A3a3033
Octal275272105027732726063
Binary1011110110111010100010101011111111010111010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA45; }

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

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

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

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

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

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

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

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