Html Css Color HEX #B99C00 Dark Goldenrod

📋 copy color: '#B99C00'

red 185 ◦ green 156 ◦ blue 0

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

Shades of Dark Goldenrod #B99C00

Tints of Dark Goldenrod #B99C00

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.75%

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

R = 54.25%
G = 45.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B99C00 (or 0xB99C00) is known color: Dark Goldenrod. HEX triplet: B9, 9C and 00. RGB value is (185,156,0). Sum of RGB (Red+Green+Blue) = 185+156+0=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99C00 is #4663FF. Grayscale: #939393. Windows color (decimal): -4613120 or 40121. OLE color: 40121.

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

Color convert

RGB 185 156 0 -
CMYK 0 0.16 1 0.27
HSL 50.59º 1% 0.36% -
HSV(B) 50.59º 1% 0.73% -
XYZ 31.9 34.09 4.9 -
YUV 146.89 45.11 155.18 -
System Red Green Blue C M Y K H S L
Decimal 185 156 0 0 0.16 1 0.27 50.59 1 0.36
Hex B9 9C 0 0 10 64 1B 33 64 24
Octal 271 234 0 0 20 144 33 63 144 44
Binary 10111001 10011100 0 0 10000 1100100 11011 110011 1100100 100100

Color Harmonies of #B99C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C00

Black with #B99C00

Text Example


Text Example

White with #B99C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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