Html Css Color HEX #B29B00 Dark Goldenrod

📋 copy color: '#B29B00'

red 178 ◦ green 155 ◦ blue 0

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

Shades of Dark Goldenrod #B29B00

Tints of Dark Goldenrod #B29B00

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.55%

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

R = 53.45%
G = 46.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B29B00 (or 0xB29B00) is known color: Dark Goldenrod. HEX triplet: B2, 9B and 00. RGB value is (178,155,0). Sum of RGB (Red+Green+Blue) = 178+155+0=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29B00 is #4D64FF. Grayscale: #909090. Windows color (decimal): -5072128 or 39858. OLE color: 39858.

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

Color convert

RGB 178 155 0 -
CMYK 0 0.13 1 0.30
HSL 52.25º 1% 0.35% -
HSV(B) 52.25º 1% 0.7% -
XYZ 30.08 32.91 4.77 -
YUV 144.21 46.62 152.1 -
System Red Green Blue C M Y K H S L
Decimal 178 155 0 0 0.13 1 0.30 52.25 1 0.35
Hex B2 9B 0 0 D 64 1E 34 64 23
Octal 262 233 0 0 15 144 36 64 144 43
Binary 10110010 10011011 0 0 1101 1100100 11110 110100 1100100 100011

Color Harmonies of #B29B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29B00

Black with #B29B00

Text Example


Text Example

White with #B29B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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