Html Css Color HEX #B98900 Dark Goldenrod

📋 copy color: '#B98900'

red 185 ◦ green 137 ◦ blue 0

#B98900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #B98900

Tints of Dark Goldenrod #B98900

RGB

 RED value IS 185 (72.66% from 255) = 57.45%

 GREEN value IS 137 (53.91% from 255) = 42.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.45%
G = 42.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B98900 (or 0xB98900) is known color: Dark Goldenrod. HEX triplet: B9, 89 and 00. RGB value is (185,137,0). Sum of RGB (Red+Green+Blue) = 185+137+0=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B98900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98900 is #4676FF. Grayscale: #888888. Windows color (decimal): -4617984 or 35257. OLE color: 35257.

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

Color convert

RGB 185 137 0 -
CMYK 0 0.26 1 0.27
HSL 44.43º 1% 0.36% -
HSV(B) 44.43º 1% 0.73% -
XYZ 28.95 28.21 3.92 -
YUV 135.73 51.4 163.14 -
System Red Green Blue C M Y K H S L
Decimal 185 137 0 0 0.26 1 0.27 44.43 1 0.36
Hex B9 89 0 0 1A 64 1B 2C 64 24
Octal 271 211 0 0 32 144 33 54 144 44
Binary 10111001 10001001 0 0 11010 1100100 11011 101100 1100100 100100

Color Harmonies of #B98900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98900

Black with #B98900

Text Example


Text Example

White with #B98900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98900; }

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

 H1.HeaderClassName
 {
   color: #B98900;
 }
 .AnyTagClassName
 {
   color: #B98900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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