#B98A01

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

Shades of Dark Goldenrod #B98A01

Tints of Dark Goldenrod #B98A01

Color information

#B98A01 (or 0xB98A01) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 8A and 01. RGB value is (185,138,1). Sum of RGB (Red+Green+Blue) = 185+138+1=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98A01 is #4675FE. Grayscale: #898989. Windows color (decimal): -4617727 or 101049. OLE color: 101049.

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

Color convert

RGB1851381-
CMYK00.250.990.27
HSL44.67º98.92%36.47%-
HSV(B)44.67º99.46%72.55%-
XYZ29.128.493.99-
YUV136.4451.57162.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.10%
GREEN value IS 138 (54.30% from 255) = 42.59%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=57.10%
G=42.59%
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
Decimal185138100.250.990.2744.6798.9236.47
HexB98A1019631B2d6324
Octal2712121031143335514344
Binary101110011000101010110011100011110111011011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A01; }

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

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

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

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

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

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

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

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