#BDB833

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

Shades of Old Gold #BDB833

Tints of Old Gold #BDB833

Color information

#BDB833 (or 0xBDB833) is unknown color: approx Old Gold. HEX triplet: BD, B8 and 33. RGB value is (189,184,51). Sum of RGB (Red+Green+Blue) = 189+184+51=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB833 is #4247CC. Grayscale: #AAAAAA. Windows color (decimal): -4343757 or 3389629. OLE color: 3389629.

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

Color convert

RGB18918451-
CMYK00.030.730.26
HSL57.83º57.5%47.06%-
HSV(B)57.83º73.02%74.12%-
XYZ38.7245.349.84-
YUV170.3360.66141.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 184 (72.27% from 255) = 43.40%
BLUE value IS 51 (20.31% from 255) = 12.03%
R=44.58%
G=43.40%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891845100.030.730.2657.8357.547.06
HexBDB83303491A3a3a2f
Octal275270630311132727257
Binary1011110110111000110011011100100111010111010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB833; }

 p { color: rgb(189,184,51); }

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

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

 a { background-color: rgb(189,184,51); }

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

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

 span { border-color: rgb(189,184,51); }

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