#BDBA41

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

Shades of Celery #BDBA41

Tints of Celery #BDBA41

Color information

#BDBA41 (or 0xBDBA41) is unknown color: approx Celery. HEX triplet: BD, BA and 41. RGB value is (189,186,65). Sum of RGB (Red+Green+Blue) = 189+186+65=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA41 is #4245BE. Grayscale: #ADADAD. Windows color (decimal): -4343231 or 4307645. OLE color: 4307645.

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

Color convert

RGB18918665-
CMYK00.020.660.26
HSL58.55º48.82%49.8%-
HSV(B)58.55º65.61%74.12%-
XYZ39.546.3211.86-
YUV173.166.99139.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 186 (73.05% from 255) = 42.27%
BLUE value IS 65 (25.78% from 255) = 14.77%
R=42.95%
G=42.27%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891866500.020.660.2658.5548.8249.8
HexBDBA4102421A3b3132
Octal2752721010210232736162
Binary10111101101110101000001010100001011010111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA41; }

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

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

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

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

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

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

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

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