Html Css Color HEX #B29602 Dark Goldenrod

📋 copy color: '#B29602'

red 178 ◦ green 150 ◦ blue 2

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

Shades of Dark Goldenrod #B29602

Tints of Dark Goldenrod #B29602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.45%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 53.94%
G = 45.45%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B29602 (or 0xB29602) is known color: Dark Goldenrod. HEX triplet: B2, 96 and 02. RGB value is (178,150,2). Sum of RGB (Red+Green+Blue) = 178+150+2=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B29602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29602 is #4D69FD. Grayscale: #8E8E8E. Windows color (decimal): -5073406 or 169650. OLE color: 169650.

HSL color Cylindrical-coordinate representation of color #B29602: hue angle of 50.45º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B29602 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 150 2 -
CMYK 0 0.16 0.99 0.30
HSL 50.45º 0.98% 0.35% -
HSV(B) 50.45º 0.99% 0.7% -
XYZ 29.28 31.28 4.55 -
YUV 141.5 49.28 154.03 -
System Red Green Blue C M Y K H S L
Decimal 178 150 2 0 0.16 0.99 0.30 50.45 0.98 0.35
Hex B2 96 2 0 10 63 1E 32 62 23
Octal 262 226 2 0 20 143 36 62 142 43
Binary 10110010 10010110 10 0 10000 1100011 11110 110010 1100010 100011

Color Harmonies of #B29602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29602

Black with #B29602

Text Example


Text Example

White with #B29602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29602; }

 p { color: rgb(178,150,2); }

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

background-color css

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

 a { background-color: rgb(178,150,2); }

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

border-color css

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

 span { border-color: rgb(178,150,2); }

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