Html Css Color HEX #BA9B02 Dark Goldenrod

📋 copy color: '#BA9B02'

red 186 ◦ green 155 ◦ blue 2

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

Shades of Dark Goldenrod #BA9B02

Tints of Dark Goldenrod #BA9B02

RGB

 RED value IS 186 (73.05% from 255) = 54.23%

 GREEN value IS 155 (60.94% from 255) = 45.19%

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

R = 54.23%
G = 45.19%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA9B02 (or 0xBA9B02) is known color: Dark Goldenrod. HEX triplet: BA, 9B and 02. RGB value is (186,155,2). Sum of RGB (Red+Green+Blue) = 186+155+2=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9B02 is #4564FD. Grayscale: #939393. Windows color (decimal): -4547838 or 170938. OLE color: 170938.

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

Color convert

RGB 186 155 2 -
CMYK 0 0.17 0.99 0.27
HSL 49.89º 0.98% 0.37% -
HSV(B) 49.89º 0.99% 0.73% -
XYZ 31.98 33.89 4.91 -
YUV 146.83 46.27 155.94 -
System Red Green Blue C M Y K H S L
Decimal 186 155 2 0 0.17 0.99 0.27 49.89 0.98 0.37
Hex BA 9B 2 0 11 63 1B 32 62 25
Octal 272 233 2 0 21 143 33 62 142 45
Binary 10111010 10011011 10 0 10001 1100011 11011 110010 1100010 100101

Color Harmonies of #BA9B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9B02

Black with #BA9B02

Text Example


Text Example

White with #BA9B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9B02; }

 p { color: rgb(186,155,2); }

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

background-color css

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

 a { background-color: rgb(186,155,2); }

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

border-color css

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

 span { border-color: rgb(186,155,2); }

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