#BDBA46

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

Shades of Celery #BDBA46

Tints of Celery #BDBA46

Color information

#BDBA46 (or 0xBDBA46) is unknown color: approx Celery. HEX triplet: BD, BA and 46. RGB value is (189,186,70). Sum of RGB (Red+Green+Blue) = 189+186+70=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 70 (27.73% from 255 or 15.73% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA46 is #4245B9. Grayscale: #AEAEAE. Windows color (decimal): -4343226 or 4635325. OLE color: 4635325.

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

Color convert

RGB18918670-
CMYK00.020.630.26
HSL58.49º47.41%50.78%-
HSV(B)58.49º62.96%74.12%-
XYZ39.6546.3812.66-
YUV173.6769.49138.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 186 (73.05% from 255) = 41.80%
BLUE value IS 70 (27.73% from 255) = 15.73%
R=42.47%
G=41.80%
B=15.73%

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
Decimal1891867000.020.630.2658.4947.4150.78
HexBDBA46023F1A3a2f33
Octal275272106027732725763
Binary1011110110111010100011001011111111010111010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA46; }

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

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

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

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

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

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

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

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