Html Css Color HEX #B0BA11 La Rioja

📋 copy color: '#B0BA11'

red 176 ◦ green 186 ◦ blue 17

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

Shades of La Rioja #B0BA11

Tints of La Rioja #B0BA11

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.08%

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

R = 46.44%
G = 49.08%
B = 4.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B0BA11 (or 0xB0BA11) is known color: La Rioja. HEX triplet: B0, BA and 11. RGB value is (176,186,17). Sum of RGB (Red+Green+Blue) = 176+186+17=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BA11 is #4F45EE. Grayscale: #A4A4A4. Windows color (decimal): -5195247 or 1161904. OLE color: 1161904.

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

Color convert

RGB 176 186 17 -
CMYK 0.05 0 0.91 0.27
HSL 63.55º 0.83% 0.4% -
HSV(B) 63.55º 0.91% 0.73% -
XYZ 35.56 44.39 7.22 -
YUV 163.74 45.19 136.74 -
System Red Green Blue C M Y K H S L
Decimal 176 186 17 0.05 0 0.91 0.27 63.55 0.83 0.4
Hex B0 BA 11 5 0 5B 1B 40 53 28
Octal 260 272 21 5 0 133 33 100 123 50
Binary 10110000 10111010 10001 101 0 1011011 11011 1000000 1010011 101000

Color Harmonies of #B0BA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA11

Black with #B0BA11

Text Example


Text Example

White with #B0BA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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