Html Css Color HEX #B09900 Dark Goldenrod

📋 copy color: '#B09900'

red 176 ◦ green 153 ◦ blue 0

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

Shades of Dark Goldenrod #B09900

Tints of Dark Goldenrod #B09900

RGB

 RED value IS 176 (69.14% from 255) = 53.5%

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

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

R = 53.5%
G = 46.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B09900 (or 0xB09900) is known color: Dark Goldenrod. HEX triplet: B0, 99 and 00. RGB value is (176,153,0). Sum of RGB (Red+Green+Blue) = 176+153+0=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B09900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09900 is #4F66FF. Grayscale: #8F8F8F. Windows color (decimal): -5203712 or 39344. OLE color: 39344.

HSL color Cylindrical-coordinate representation of color #B09900: hue angle of 52.16º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B09900 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 0 -
CMYK 0 0.13 1 0.31
HSL 52.16º 1% 0.35% -
HSV(B) 52.16º 1% 0.69% -
XYZ 29.3 32.01 4.63 -
YUV 142.44 47.62 151.94 -
System Red Green Blue C M Y K H S L
Decimal 176 153 0 0 0.13 1 0.31 52.16 1 0.35
Hex B0 99 0 0 D 64 1F 34 64 23
Octal 260 231 0 0 15 144 37 64 144 43
Binary 10110000 10011001 0 0 1101 1100100 11111 110100 1100100 100011

Color Harmonies of #B09900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09900

Black with #B09900

Text Example


Text Example

White with #B09900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09900; }

 p { color: rgb(176,153,0); }

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

background-color css

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

 a { background-color: rgb(176,153,0); }

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

border-color css

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

 span { border-color: rgb(176,153,0); }

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