Html Css Color HEX #B98B02 Dark Goldenrod

📋 copy color: '#B98B02'

red 185 ◦ green 139 ◦ blue 2

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

Shades of Dark Goldenrod #B98B02

Tints of Dark Goldenrod #B98B02

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.64%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 56.75%
G = 42.64%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B98B02 (or 0xB98B02) is known color: Dark Goldenrod. HEX triplet: B9, 8B and 02. RGB value is (185,139,2). Sum of RGB (Red+Green+Blue) = 185+139+2=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98B02 is #4674FD. Grayscale: #898989. Windows color (decimal): -4617470 or 166841. OLE color: 166841.

HSL color Cylindrical-coordinate representation of color #B98B02: hue angle of 44.92º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B98B02 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 139 2 -
CMYK 0 0.25 0.99 0.27
HSL 44.92º 0.98% 0.37% -
HSV(B) 44.92º 0.99% 0.73% -
XYZ 29.25 28.78 4.07 -
YUV 137.14 51.74 162.14 -
System Red Green Blue C M Y K H S L
Decimal 185 139 2 0 0.25 0.99 0.27 44.92 0.98 0.37
Hex B9 8B 2 0 19 63 1B 2D 62 25
Octal 271 213 2 0 31 143 33 55 142 45
Binary 10111001 10001011 10 0 11001 1100011 11011 101101 1100010 100101

Color Harmonies of #B98B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98B02

Black with #B98B02

Text Example


Text Example

White with #B98B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98B02; }

 p { color: rgb(185,139,2); }

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

background-color css

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

 a { background-color: rgb(185,139,2); }

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

border-color css

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

 span { border-color: rgb(185,139,2); }

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