Html Css Color HEX #B29200 Dark Goldenrod

📋 copy color: '#B29200'

red 178 ◦ green 146 ◦ blue 0

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

Shades of Dark Goldenrod #B29200

Tints of Dark Goldenrod #B29200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.06%

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

R = 54.94%
G = 45.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B29200 (or 0xB29200) is known color: Dark Goldenrod. HEX triplet: B2, 92 and 00. RGB value is (178,146,0). Sum of RGB (Red+Green+Blue) = 178+146+0=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B29200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29200 is #4D6DFF. Grayscale: #8B8B8B. Windows color (decimal): -5074432 or 37554. OLE color: 37554.

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

Color convert

RGB 178 146 0 -
CMYK 0 0.18 1 0.30
HSL 49.21º 1% 0.35% -
HSV(B) 49.21º 1% 0.7% -
XYZ 28.64 30.02 4.29 -
YUV 138.92 49.6 155.87 -
System Red Green Blue C M Y K H S L
Decimal 178 146 0 0 0.18 1 0.30 49.21 1 0.35
Hex B2 92 0 0 12 64 1E 31 64 23
Octal 262 222 0 0 22 144 36 61 144 43
Binary 10110010 10010010 0 0 10010 1100100 11110 110001 1100100 100011

Color Harmonies of #B29200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29200

Black with #B29200

Text Example


Text Example

White with #B29200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29200; }

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

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

background-color css

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

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

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

border-color css

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

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

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