Html Css Color HEX #B29800 Dark Goldenrod

📋 copy color: '#B29800'

red 178 ◦ green 152 ◦ blue 0

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

Shades of Dark Goldenrod #B29800

Tints of Dark Goldenrod #B29800

RGB

 RED value IS 178 (69.92% from 255) = 53.94%

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

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

R = 53.94%
G = 46.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B29800 (or 0xB29800) is known color: Dark Goldenrod. HEX triplet: B2, 98 and 00. RGB value is (178,152,0). Sum of RGB (Red+Green+Blue) = 178+152+0=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B29800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29800 is #4D67FF. Grayscale: #8F8F8F. Windows color (decimal): -5072896 or 39090. OLE color: 39090.

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

Color convert

RGB 178 152 0 -
CMYK 0 0.15 1 0.30
HSL 51.24º 1% 0.35% -
HSV(B) 51.24º 1% 0.7% -
XYZ 29.59 31.92 4.6 -
YUV 142.45 47.61 153.36 -
System Red Green Blue C M Y K H S L
Decimal 178 152 0 0 0.15 1 0.30 51.24 1 0.35
Hex B2 98 0 0 F 64 1E 33 64 23
Octal 262 230 0 0 17 144 36 63 144 43
Binary 10110010 10011000 0 0 1111 1100100 11110 110011 1100100 100011

Color Harmonies of #B29800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29800

Black with #B29800

Text Example


Text Example

White with #B29800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29800; }

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

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

background-color css

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

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

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

border-color css

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

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

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