Html Css Color HEX #B99902 Dark Goldenrod

📋 copy color: '#B99902'

red 185 ◦ green 153 ◦ blue 2

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

Shades of Dark Goldenrod #B99902

Tints of Dark Goldenrod #B99902

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45%

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

R = 54.41%
G = 45%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B99902 (or 0xB99902) is known color: Dark Goldenrod. HEX triplet: B9, 99 and 02. RGB value is (185,153,2). Sum of RGB (Red+Green+Blue) = 185+153+2=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B99902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99902 is #4666FD. Grayscale: #919191. Windows color (decimal): -4613886 or 170425. OLE color: 170425.

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

Color convert

RGB 185 153 2 -
CMYK 0 0.17 0.99 0.27
HSL 49.51º 0.98% 0.37% -
HSV(B) 49.51º 0.99% 0.73% -
XYZ 31.41 33.1 4.79 -
YUV 145.35 47.1 156.28 -
System Red Green Blue C M Y K H S L
Decimal 185 153 2 0 0.17 0.99 0.27 49.51 0.98 0.37
Hex B9 99 2 0 11 63 1B 32 62 25
Octal 271 231 2 0 21 143 33 62 142 45
Binary 10111001 10011001 10 0 10001 1100011 11011 110010 1100010 100101

Color Harmonies of #B99902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99902

Black with #B99902

Text Example


Text Example

White with #B99902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99902; }

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

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

background-color css

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

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

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

border-color css

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

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

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