Html Css Color HEX #B29500 Dark Goldenrod

📋 copy color: '#B29500'

red 178 ◦ green 149 ◦ blue 0

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

Shades of Dark Goldenrod #B29500

Tints of Dark Goldenrod #B29500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.57%

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

R = 54.43%
G = 45.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B29500 (or 0xB29500) is known color: Dark Goldenrod. HEX triplet: B2, 95 and 00. RGB value is (178,149,0). Sum of RGB (Red+Green+Blue) = 178+149+0=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B29500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29500 is #4D6AFF. Grayscale: #8D8D8D. Windows color (decimal): -5073664 or 38322. OLE color: 38322.

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

Color convert

RGB 178 149 0 -
CMYK 0 0.16 1 0.30
HSL 50.22º 1% 0.35% -
HSV(B) 50.22º 1% 0.7% -
XYZ 29.11 30.96 4.44 -
YUV 140.69 48.61 154.62 -
System Red Green Blue C M Y K H S L
Decimal 178 149 0 0 0.16 1 0.30 50.22 1 0.35
Hex B2 95 0 0 10 64 1E 32 64 23
Octal 262 225 0 0 20 144 36 62 144 43
Binary 10110010 10010101 0 0 10000 1100100 11110 110010 1100100 100011

Color Harmonies of #B29500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29500

Black with #B29500

Text Example


Text Example

White with #B29500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29500; }

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

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

background-color css

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

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

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

border-color css

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

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

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