#B29402

Color #B29402 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B29402

Tints of Dark Goldenrod #B29402

Color information

#B29402 (or 0xB29402) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 94 and 02. RGB value is (178,148,2). Sum of RGB (Red+Green+Blue) = 178+148+2=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B29402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29402 is #4D6BFD. Grayscale: #8C8C8C. Windows color (decimal): -5073918 or 169138. OLE color: 169138.

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

Color convert

RGB1781482-
CMYK00.170.990.30
HSL49.77º97.78%35.29%-
HSV(B)49.77º98.88%69.8%-
XYZ28.9630.654.45-
YUV140.3349.94154.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.27%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=54.27%
G=45.12%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178148200.170.990.3049.7797.7835.29
HexB2942011631E326223
Octal2622242021143366214243
Binary1011001010010100100100011100011111101100101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29402; }

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

 H1.HeaderClassName
 {
   color: #B29402;
 }
 .AnyTagClassName
 {
   color: #B29402;
 }
</style>
background-color css

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

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

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

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

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

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