#B98B01

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

Shades of Dark Goldenrod #B98B01

Tints of Dark Goldenrod #B98B01

Color information

#B98B01 (or 0xB98B01) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 8B and 01. RGB value is (185,139,1). Sum of RGB (Red+Green+Blue) = 185+139+1=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98B01 is #4674FE. Grayscale: #898989. Windows color (decimal): -4617471 or 101305. OLE color: 101305.

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

Color convert

RGB1851391-
CMYK00.250.990.27
HSL45º98.92%36.47%-
HSV(B)45º99.46%72.55%-
XYZ29.2528.784.04-
YUV137.0251.24162.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.92%
GREEN value IS 139 (54.69% from 255) = 42.77%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=56.92%
G=42.77%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185139100.250.990.274598.9236.47
HexB98B1019631B2d6324
Octal2712131031143335514344
Binary101110011000101110110011100011110111011011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98B01; }

 p { color: rgb(185,139,1); }

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

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

 a { background-color: rgb(185,139,1); }

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

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

 span { border-color: rgb(185,139,1); }

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