Html Css Color HEX #B98A00 Dark Goldenrod

📋 copy color: '#B98A00'

red 185 ◦ green 138 ◦ blue 0

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

Shades of Dark Goldenrod #B98A00

Tints of Dark Goldenrod #B98A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.72%

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

R = 57.28%
G = 42.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B98A00 (or 0xB98A00) is known color: Dark Goldenrod. HEX triplet: B9, 8A and 00. RGB value is (185,138,0). Sum of RGB (Red+Green+Blue) = 185+138+0=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98A00 is #4675FF. Grayscale: #888888. Windows color (decimal): -4617728 or 35513. OLE color: 35513.

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

Color convert

RGB 185 138 0 -
CMYK 0 0.25 1 0.27
HSL 44.76º 1% 0.36% -
HSV(B) 44.76º 1% 0.73% -
XYZ 29.1 28.49 3.97 -
YUV 136.32 51.07 162.72 -
System Red Green Blue C M Y K H S L
Decimal 185 138 0 0 0.25 1 0.27 44.76 1 0.36
Hex B9 8A 0 0 19 64 1B 2D 64 24
Octal 271 212 0 0 31 144 33 55 144 44
Binary 10111001 10001010 0 0 11001 1100100 11011 101101 1100100 100100

Color Harmonies of #B98A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A00

Black with #B98A00

Text Example


Text Example

White with #B98A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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