Html Css Color HEX #B09800 Dark Goldenrod

📋 copy color: '#B09800'

red 176 ◦ green 152 ◦ blue 0

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

Shades of Dark Goldenrod #B09800

Tints of Dark Goldenrod #B09800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.34%

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

R = 53.66%
G = 46.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B09800 (or 0xB09800) is known color: Dark Goldenrod. HEX triplet: B0, 98 and 00. RGB value is (176,152,0). Sum of RGB (Red+Green+Blue) = 176+152+0=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B09800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09800 is #4F67FF. Grayscale: #8E8E8E. Windows color (decimal): -5203968 or 39088. OLE color: 39088.

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

Color convert

RGB 176 152 0 -
CMYK 0 0.14 1 0.31
HSL 51.82º 1% 0.35% -
HSV(B) 51.82º 1% 0.69% -
XYZ 29.13 31.69 4.58 -
YUV 141.85 47.95 152.36 -
System Red Green Blue C M Y K H S L
Decimal 176 152 0 0 0.14 1 0.31 51.82 1 0.35
Hex B0 98 0 0 E 64 1F 34 64 23
Octal 260 230 0 0 16 144 37 64 144 43
Binary 10110000 10011000 0 0 1110 1100100 11111 110100 1100100 100011

Color Harmonies of #B09800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09800

Black with #B09800

Text Example


Text Example

White with #B09800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09800; }

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

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

background-color css

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

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

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

border-color css

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

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

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