#B69902

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

Shades of Dark Goldenrod #B69902

Tints of Dark Goldenrod #B69902

Color information

#B69902 (or 0xB69902) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 99 and 02. RGB value is (182,153,2). Sum of RGB (Red+Green+Blue) = 182+153+2=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B69902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69902 is #4966FD. Grayscale: #919191. Windows color (decimal): -4810494 or 170422. OLE color: 170422.

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

Color convert

RGB1821532-
CMYK00.160.990.29
HSL50.33º97.83%36.08%-
HSV(B)50.33º98.9%71.37%-
XYZ30.6932.734.76-
YUV144.4647.61154.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 153 (60.16% from 255) = 45.40%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=54.01%
G=45.40%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182153200.160.990.2950.3397.8336.08
HexB6992010631D326224
Octal2662312020143356214244
Binary1011011010011001100100001100011111011100101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69902; }

 p { color: rgb(182,153,2); }

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

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

 a { background-color: rgb(182,153,2); }

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

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

 span { border-color: rgb(182,153,2); }

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