#B99900

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

Shades of Dark Goldenrod #B99900

Tints of Dark Goldenrod #B99900

Color information

#B99900 (or 0xB99900) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 99 and 00. RGB value is (185,153,0). Sum of RGB (Red+Green+Blue) = 185+153+0=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B99900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99900 is #4666FF. Grayscale: #919191. Windows color (decimal): -4613888 or 39353. OLE color: 39353.

HSL color Cylindrical-coordinate representation of color #B99900: hue angle of 49.62º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B99900 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1851530-
CMYK00.1710.27
HSL49.62º100%36.27%-
HSV(B)49.62º100%72.55%-
XYZ31.433.14.73-
YUV145.1346.1156.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.73%
GREEN value IS 153 (60.16% from 255) = 45.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.73%
G=45.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185153000.1710.2749.6210036.27
HexB9990011641B326424
Octal2712310021144336214444
Binary101110011001100100100011100100110111100101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99900; }

 p { color: rgb(185,153,0); }

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

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

 a { background-color: rgb(185,153,0); }

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

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

 span { border-color: rgb(185,153,0); }

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