#B09800

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

Shades of Dark Goldenrod #B09800

Tints of Dark Goldenrod #B09800

Color information

#B09800 (or 0xB09800) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 98 and 00. RGB value is (176,152,0). Sum of RGB (Red+Green+Blue) = 176+152+0=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B09800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09800 is #4F67FF. Grayscale: #8E8E8E. Windows color (decimal): -5203968 or 39088. OLE color: 39088.

HSL color Cylindrical-coordinate representation of color #B09800: hue angle of 51.82º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B09800 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1761520-
CMYK00.1410.31
HSL51.82º100%34.51%-
HSV(B)51.82º100%69.02%-
XYZ29.1331.694.58-
YUV141.8547.95152.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.66%
GREEN value IS 152 (59.77% from 255) = 46.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.66%
G=46.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176152000.1410.3151.8210034.51
HexB09800E641F346423
Octal2602300016144376414443
Binary10110000100110000011101100100111111101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09800; }

 p { color: rgb(176,152,0); }

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

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

 a { background-color: rgb(176,152,0); }

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

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

 span { border-color: rgb(176,152,0); }

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