#BD9100

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

Shades of Dark Goldenrod #BD9100

Tints of Dark Goldenrod #BD9100

Color information

#BD9100 (or 0xBD9100) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 91 and 00. RGB value is (189,145,0). Sum of RGB (Red+Green+Blue) = 189+145+0=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9100 is #426EFF. Grayscale: #8E8E8E. Windows color (decimal): -4353792 or 37309. OLE color: 37309.

HSL color Cylindrical-coordinate representation of color #BD9100: hue angle of 46.03º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD9100 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1891450-
CMYK00.2310.26
HSL46.03º100%37.06%-
HSV(B)46.03º100%74.12%-
XYZ31.1131.074.36-
YUV141.6348.08161.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.59%
GREEN value IS 145 (57.03% from 255) = 43.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.59%
G=43.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189145000.2310.2646.0310037.06
HexBD910017641A2e6425
Octal2752210027144325614445
Binary101111011001000100101111100100110101011101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9100; }

 p { color: rgb(189,145,0); }

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

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

 a { background-color: rgb(189,145,0); }

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

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

 span { border-color: rgb(189,145,0); }

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