Html Css Color HEX #B5BF11 La Rioja

📋 copy color: '#B5BF11'

red 181 ◦ green 191 ◦ blue 17

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

Shades of La Rioja #B5BF11

Tints of La Rioja #B5BF11

RGB

 RED value IS 181 (71.09% from 255) = 46.53%

 GREEN value IS 191 (75% from 255) = 49.1%

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

R = 46.53%
G = 49.1%
B = 4.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#B5BF11 (or 0xB5BF11) is known color: La Rioja. HEX triplet: B5, BF and 11. RGB value is (181,191,17). Sum of RGB (Red+Green+Blue) = 181+191+17=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BF11 is #4A40EE. Grayscale: #A8A8A8. Windows color (decimal): -4866287 or 1163189. OLE color: 1163189.

HSL color Cylindrical-coordinate representation of color #B5BF11: hue angle of 63.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5BF11 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 191 17 -
CMYK 0.05 0 0.91 0.25
HSL 63.45º 0.84% 0.41% -
HSV(B) 63.45º 0.91% 0.75% -
XYZ 37.79 47.13 7.63 -
YUV 168.17 42.69 137.15 -
System Red Green Blue C M Y K H S L
Decimal 181 191 17 0.05 0 0.91 0.25 63.45 0.84 0.41
Hex B5 BF 11 5 0 5B 19 3F 54 29
Octal 265 277 21 5 0 133 31 77 124 51
Binary 10110101 10111111 10001 101 0 1011011 11001 111111 1010100 101001

Color Harmonies of #B5BF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BF11

Black with #B5BF11

Text Example


Text Example

White with #B5BF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BF11; }

 p { color: rgb(181,191,17); }

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

background-color css

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

 a { background-color: rgb(181,191,17); }

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

border-color css

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

 span { border-color: rgb(181,191,17); }

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