Html Css Color HEX #B9BC11 La Rioja

📋 copy color: '#B9BC11'

red 185 ◦ green 188 ◦ blue 17

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

Shades of La Rioja #B9BC11

Tints of La Rioja #B9BC11

RGB

 RED value IS 185 (72.66% from 255) = 47.44%

 GREEN value IS 188 (73.83% from 255) = 48.21%

 BLUE value IS 17 (7.03% from 255) = 4.36%

R = 47.44%
G = 48.21%
B = 4.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#B9BC11 (or 0xB9BC11) is known color: La Rioja. HEX triplet: B9, BC and 11. RGB value is (185,188,17). Sum of RGB (Red+Green+Blue) = 185+188+17=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BC11 is #4643EE. Grayscale: #A8A8A8. Windows color (decimal): -4604911 or 1162425. OLE color: 1162425.

HSL color Cylindrical-coordinate representation of color #B9BC11: hue angle of 61.05º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9BC11 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 188 17 -
CMYK 0.02 0 0.91 0.26
HSL 61.05º 0.83% 0.4% -
HSV(B) 61.05º 0.91% 0.74% -
XYZ 38.09 46.32 7.46 -
YUV 167.61 43.01 140.4 -
System Red Green Blue C M Y K H S L
Decimal 185 188 17 0.02 0 0.91 0.26 61.05 0.83 0.4
Hex B9 BC 11 2 0 5B 1A 3D 53 28
Octal 271 274 21 2 0 133 32 75 123 50
Binary 10111001 10111100 10001 10 0 1011011 11010 111101 1010011 101000

Color Harmonies of #B9BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BC11

Black with #B9BC11

Text Example


Text Example

White with #B9BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BC11; }

 p { color: rgb(185,188,17); }

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

background-color css

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

 a { background-color: rgb(185,188,17); }

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

border-color css

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

 span { border-color: rgb(185,188,17); }

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