Html Css Color HEX #B29900 Dark Goldenrod

📋 copy color: '#B29900'

red 178 ◦ green 153 ◦ blue 0

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

Shades of Dark Goldenrod #B29900

Tints of Dark Goldenrod #B29900

RGB

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

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

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

R = 53.78%
G = 46.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B29900 (or 0xB29900) is known color: Dark Goldenrod. HEX triplet: B2, 99 and 00. RGB value is (178,153,0). Sum of RGB (Red+Green+Blue) = 178+153+0=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B29900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29900 is #4D66FF. Grayscale: #8F8F8F. Windows color (decimal): -5072640 or 39346. OLE color: 39346.

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

Color convert

RGB 178 153 0 -
CMYK 0 0.14 1 0.30
HSL 51.57º 1% 0.35% -
HSV(B) 51.57º 1% 0.7% -
XYZ 29.75 32.25 4.66 -
YUV 143.03 47.28 152.94 -
System Red Green Blue C M Y K H S L
Decimal 178 153 0 0 0.14 1 0.30 51.57 1 0.35
Hex B2 99 0 0 E 64 1E 34 64 23
Octal 262 231 0 0 16 144 36 64 144 43
Binary 10110010 10011001 0 0 1110 1100100 11110 110100 1100100 100011

Color Harmonies of #B29900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29900

Black with #B29900

Text Example


Text Example

White with #B29900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29900; }

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

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

background-color css

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

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

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

border-color css

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

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

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