Html Css Color HEX #BC9A02 Dark Goldenrod

📋 copy color: '#BC9A02'

red 188 ◦ green 154 ◦ blue 2

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

Shades of Dark Goldenrod #BC9A02

Tints of Dark Goldenrod #BC9A02

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.77%

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

R = 54.65%
G = 44.77%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC9A02 (or 0xBC9A02) is known color: Dark Goldenrod. HEX triplet: BC, 9A and 02. RGB value is (188,154,2). Sum of RGB (Red+Green+Blue) = 188+154+2=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9A02 is #4365FD. Grayscale: #939393. Windows color (decimal): -4417022 or 170684. OLE color: 170684.

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

Color convert

RGB 188 154 2 -
CMYK 0 0.18 0.99 0.26
HSL 49.03º 0.98% 0.37% -
HSV(B) 49.03º 0.99% 0.74% -
XYZ 32.31 33.81 4.88 -
YUV 146.84 46.26 157.36 -
System Red Green Blue C M Y K H S L
Decimal 188 154 2 0 0.18 0.99 0.26 49.03 0.98 0.37
Hex BC 9A 2 0 12 63 1A 31 62 25
Octal 274 232 2 0 22 143 32 61 142 45
Binary 10111100 10011010 10 0 10010 1100011 11010 110001 1100010 100101

Color Harmonies of #BC9A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A02

Black with #BC9A02

Text Example


Text Example

White with #BC9A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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