Html Css Color HEX #B29000 Dark Goldenrod

📋 copy color: '#B29000'

red 178 ◦ green 144 ◦ blue 0

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

Shades of Dark Goldenrod #B29000

Tints of Dark Goldenrod #B29000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.72%

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

R = 55.28%
G = 44.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B29000 (or 0xB29000) is known color: Dark Goldenrod. HEX triplet: B2, 90 and 00. RGB value is (178,144,0). Sum of RGB (Red+Green+Blue) = 178+144+0=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B29000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29000 is #4D6FFF. Grayscale: #8A8A8A. Windows color (decimal): -5074944 or 37042. OLE color: 37042.

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

Color convert

RGB 178 144 0 -
CMYK 0 0.19 1 0.30
HSL 48.54º 1% 0.35% -
HSV(B) 48.54º 1% 0.7% -
XYZ 28.33 29.41 4.18 -
YUV 137.75 50.26 156.71 -
System Red Green Blue C M Y K H S L
Decimal 178 144 0 0 0.19 1 0.30 48.54 1 0.35
Hex B2 90 0 0 13 64 1E 31 64 23
Octal 262 220 0 0 23 144 36 61 144 43
Binary 10110010 10010000 0 0 10011 1100100 11110 110001 1100100 100011

Color Harmonies of #B29000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29000

Black with #B29000

Text Example


Text Example

White with #B29000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29000; }

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

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

background-color css

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

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

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

border-color css

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

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

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