#B98C01

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

Shades of Dark Goldenrod #B98C01

Tints of Dark Goldenrod #B98C01

Color information

#B98C01 (or 0xB98C01) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 8C and 01. RGB value is (185,140,1). Sum of RGB (Red+Green+Blue) = 185+140+1=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98C01 is #4673FE. Grayscale: #8A8A8A. Windows color (decimal): -4617215 or 101561. OLE color: 101561.

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

Color convert

RGB1851401-
CMYK00.240.990.27
HSL45.33º98.92%36.47%-
HSV(B)45.33º99.46%72.55%-
XYZ29.3929.074.09-
YUV137.6150.91161.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.75%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=56.75%
G=42.94%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185140100.240.990.2745.3398.9236.47
HexB98C1018631B2d6324
Octal2712141030143335514344
Binary101110011000110010110001100011110111011011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98C01; }

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

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

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

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

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

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

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

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