#BDB940

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

Shades of Celery #BDB940

Tints of Celery #BDB940

Color information

#BDB940 (or 0xBDB940) is unknown color: approx Celery. HEX triplet: BD, B9 and 40. RGB value is (189,185,64). Sum of RGB (Red+Green+Blue) = 189+185+64=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB940 is #4246BF. Grayscale: #ACACAC. Windows color (decimal): -4343488 or 4241853. OLE color: 4241853.

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

Color convert

RGB18918564-
CMYK00.020.660.26
HSL58.08º49.41%49.61%-
HSV(B)58.08º66.14%74.12%-
XYZ39.2645.8911.64-
YUV172.466.83139.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 185 (72.66% from 255) = 42.24%
BLUE value IS 64 (25.39% from 255) = 14.61%
R=43.15%
G=42.24%
B=14.61%

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
Decimal1891856400.020.660.2658.0849.4149.61
HexBDB94002421A3a3132
Octal2752711000210232726162
Binary10111101101110011000000010100001011010111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB940; }

 p { color: rgb(189,185,64); }

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

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

 a { background-color: rgb(189,185,64); }

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

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

 span { border-color: rgb(189,185,64); }

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