#BDBA49

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

Shades of Celery #BDBA49

Tints of Celery #BDBA49

Color information

#BDBA49 (or 0xBDBA49) is unknown color: approx Celery. HEX triplet: BD, BA and 49. RGB value is (189,186,73). Sum of RGB (Red+Green+Blue) = 189+186+73=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA49 is #4245B6. Grayscale: #AEAEAE. Windows color (decimal): -4343223 or 4831933. OLE color: 4831933.

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

Color convert

RGB18918673-
CMYK00.020.610.26
HSL58.45º46.77%51.37%-
HSV(B)58.45º61.38%74.12%-
XYZ39.7546.4213.17-
YUV174.0270.99138.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 186 (73.05% from 255) = 41.52%
BLUE value IS 73 (28.91% from 255) = 16.29%
R=42.19%
G=41.52%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891867300.020.610.2658.4546.7751.37
HexBDBA49023D1A3a2f33
Octal275272111027532725763
Binary1011110110111010100100101011110111010111010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA49; }

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

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

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

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

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

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

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

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