Html Css Color HEX #B0BF11 La Rioja

📋 copy color: '#B0BF11'

red 176 ◦ green 191 ◦ blue 17

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

Shades of La Rioja #B0BF11

Tints of La Rioja #B0BF11

RGB

 RED value IS 176 (69.14% from 255) = 45.83%

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

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

R = 45.83%
G = 49.74%
B = 4.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#B0BF11 (or 0xB0BF11) is known color: La Rioja. HEX triplet: B0, BF and 11. RGB value is (176,191,17). Sum of RGB (Red+Green+Blue) = 176+191+17=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BF11 is #4F40EE. Grayscale: #A7A7A7. Windows color (decimal): -5193967 or 1163184. OLE color: 1163184.

HSL color Cylindrical-coordinate representation of color #B0BF11: hue angle of 65.17º 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 #B0BF11 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 191 17 -
CMYK 0.08 0 0.91 0.25
HSL 65.17º 0.84% 0.41% -
HSV(B) 65.17º 0.91% 0.75% -
XYZ 36.64 46.53 7.58 -
YUV 166.68 43.53 134.65 -
System Red Green Blue C M Y K H S L
Decimal 176 191 17 0.08 0 0.91 0.25 65.17 0.84 0.41
Hex B0 BF 11 8 0 5B 19 41 54 29
Octal 260 277 21 10 0 133 31 101 124 51
Binary 10110000 10111111 10001 1000 0 1011011 11001 1000001 1010100 101001

Color Harmonies of #B0BF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF11

Black with #B0BF11

Text Example


Text Example

White with #B0BF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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