#BD9802

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

Shades of Dark Goldenrod #BD9802

Tints of Dark Goldenrod #BD9802

Color information

#BD9802 (or 0xBD9802) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 98 and 02. RGB value is (189,152,2). Sum of RGB (Red+Green+Blue) = 189+152+2=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9802 is #4267FD. Grayscale: #929292. Windows color (decimal): -4351998 or 170173. OLE color: 170173.

HSL color Cylindrical-coordinate representation of color #BD9802: hue angle of 48.13º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD9802 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB1891522-
CMYK00.200.990.26
HSL48.13º97.91%37.45%-
HSV(B)48.13º98.94%74.12%-
XYZ32.2333.284.78-
YUV145.9646.76158.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 152 (59.77% from 255) = 44.31%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=55.10%
G=44.31%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189152200.200.990.2648.1397.9137.45
HexBD982014631A306225
Octal2752302024143326014245
Binary1011110110011000100101001100011110101100001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9802; }

 p { color: rgb(189,152,2); }

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

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

 a { background-color: rgb(189,152,2); }

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

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

 span { border-color: rgb(189,152,2); }

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