Html Css Color HEX #BC9802 Dark Goldenrod

📋 copy color: '#BC9802'

red 188 ◦ green 152 ◦ blue 2

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

Shades of Dark Goldenrod #BC9802

Tints of Dark Goldenrod #BC9802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.44%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 54.97%
G = 44.44%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC9802 (or 0xBC9802) is known color: Dark Goldenrod. HEX triplet: BC, 98 and 02. RGB value is (188,152,2). Sum of RGB (Red+Green+Blue) = 188+152+2=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9802 is #4367FD. Grayscale: #929292. Windows color (decimal): -4417534 or 170172. OLE color: 170172.

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

Color convert

RGB 188 152 2 -
CMYK 0 0.19 0.99 0.26
HSL 48.39º 0.98% 0.37% -
HSV(B) 48.39º 0.99% 0.74% -
XYZ 31.98 33.15 4.77 -
YUV 145.66 46.93 158.2 -
System Red Green Blue C M Y K H S L
Decimal 188 152 2 0 0.19 0.99 0.26 48.39 0.98 0.37
Hex BC 98 2 0 13 63 1A 30 62 25
Octal 274 230 2 0 23 143 32 60 142 45
Binary 10111100 10011000 10 0 10011 1100011 11010 110000 1100010 100101

Color Harmonies of #BC9802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9802

Black with #BC9802

Text Example


Text Example

White with #BC9802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9802; }

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

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

background-color css

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

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

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

border-color css

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

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

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