Html Css Color HEX #BC9200 Dark Goldenrod

📋 copy color: '#BC9200'

red 188 ◦ green 146 ◦ blue 0

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

Shades of Dark Goldenrod #BC9200

Tints of Dark Goldenrod #BC9200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.71%

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

R = 56.29%
G = 43.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC9200 (or 0xBC9200) is known color: Dark Goldenrod. HEX triplet: BC, 92 and 00. RGB value is (188,146,0). Sum of RGB (Red+Green+Blue) = 188+146+0=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9200 is #436DFF. Grayscale: #8E8E8E. Windows color (decimal): -4419072 or 37564. OLE color: 37564.

HSL color Cylindrical-coordinate representation of color #BC9200: hue angle of 46.6º 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 #BC9200 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 146 0 -
CMYK 0 0.22 1 0.26
HSL 46.6º 1% 0.37% -
HSV(B) 46.6º 1% 0.74% -
XYZ 31.02 31.25 4.4 -
YUV 141.91 47.91 160.87 -
System Red Green Blue C M Y K H S L
Decimal 188 146 0 0 0.22 1 0.26 46.6 1 0.37
Hex BC 92 0 0 16 64 1A 2F 64 25
Octal 274 222 0 0 26 144 32 57 144 45
Binary 10111100 10010010 0 0 10110 1100100 11010 101111 1100100 100101

Color Harmonies of #BC9200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9200

Black with #BC9200

Text Example


Text Example

White with #BC9200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9200; }

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

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

background-color css

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

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

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

border-color css

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

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

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