Html Css Color HEX #BC9900 Dark Goldenrod

📋 copy color: '#BC9900'

red 188 ◦ green 153 ◦ blue 0

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

Shades of Dark Goldenrod #BC9900

Tints of Dark Goldenrod #BC9900

RGB

 RED value IS 188 (73.83% from 255) = 55.13%

 GREEN value IS 153 (60.16% from 255) = 44.87%

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

R = 55.13%
G = 44.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC9900 (or 0xBC9900) is known color: Dark Goldenrod. HEX triplet: BC, 99 and 00. RGB value is (188,153,0). Sum of RGB (Red+Green+Blue) = 188+153+0=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9900 is #4366FF. Grayscale: #929292. Windows color (decimal): -4417280 or 39356. OLE color: 39356.

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

Color convert

RGB 188 153 0 -
CMYK 0 0.19 1 0.26
HSL 48.83º 1% 0.37% -
HSV(B) 48.83º 1% 0.74% -
XYZ 32.13 33.47 4.77 -
YUV 146.02 45.6 157.94 -
System Red Green Blue C M Y K H S L
Decimal 188 153 0 0 0.19 1 0.26 48.83 1 0.37
Hex BC 99 0 0 13 64 1A 31 64 25
Octal 274 231 0 0 23 144 32 61 144 45
Binary 10111100 10011001 0 0 10011 1100100 11010 110001 1100100 100101

Color Harmonies of #BC9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9900

Black with #BC9900

Text Example


Text Example

White with #BC9900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9900; }

 p { color: rgb(188,153,0); }

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

background-color css

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

 a { background-color: rgb(188,153,0); }

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

border-color css

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

 span { border-color: rgb(188,153,0); }

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