#BD9A00

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

Shades of Dark Goldenrod #BD9A00

Tints of Dark Goldenrod #BD9A00

Color information

#BD9A00 (or 0xBD9A00) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 9A and 00. RGB value is (189,154,0). Sum of RGB (Red+Green+Blue) = 189+154+0=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9A00 is #4265FF. Grayscale: #939393. Windows color (decimal): -4351488 or 39613. OLE color: 39613.

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

Color convert

RGB1891540-
CMYK00.1910.26
HSL48.89º100%37.06%-
HSV(B)48.89º100%74.12%-
XYZ32.5433.934.83-
YUV146.9145.1158.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 154 (60.55% from 255) = 44.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.10%
G=44.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189154000.1910.2648.8910037.06
HexBD9A0013641A316425
Octal2752320023144326114445
Binary101111011001101000100111100100110101100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9A00; }

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

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

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

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

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

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

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

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