#B99A00

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

Shades of Dark Goldenrod #B99A00

Tints of Dark Goldenrod #B99A00

Color information

#B99A00 (or 0xB99A00) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 9A and 00. RGB value is (185,154,0). Sum of RGB (Red+Green+Blue) = 185+154+0=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99A00 is #4665FF. Grayscale: #929292. Windows color (decimal): -4613632 or 39609. OLE color: 39609.

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

Color convert

RGB1851540-
CMYK00.1710.27
HSL49.95º100%36.27%-
HSV(B)49.95º100%72.55%-
XYZ31.5633.434.79-
YUV145.7145.77156.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 154 (60.55% from 255) = 45.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.57%
G=45.43%
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
Decimal185154000.1710.2749.9510036.27
HexB99A0011641B326424
Octal2712320021144336214444
Binary101110011001101000100011100100110111100101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99A00; }

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

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

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

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

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

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

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

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