Html Css Color HEX #B0BA14 La Rioja

📋 copy color: '#B0BA14'

red 176 ◦ green 186 ◦ blue 20

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

Shades of La Rioja #B0BA14

Tints of La Rioja #B0BA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.24%

R = 46.07%
G = 48.69%
B = 5.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B0BA14 (or 0xB0BA14) is known color: La Rioja. HEX triplet: B0, BA and 14. RGB value is (176,186,20). Sum of RGB (Red+Green+Blue) = 176+186+20=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BA14 is #4F45EB. Grayscale: #A4A4A4. Windows color (decimal): -5195244 or 1358512. OLE color: 1358512.

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

Color convert

RGB 176 186 20 -
CMYK 0.05 0 0.89 0.27
HSL 63.61º 0.81% 0.4% -
HSV(B) 63.61º 0.89% 0.73% -
XYZ 35.59 44.4 7.36 -
YUV 164.09 46.69 136.5 -
System Red Green Blue C M Y K H S L
Decimal 176 186 20 0.05 0 0.89 0.27 63.61 0.81 0.4
Hex B0 BA 14 5 0 59 1B 40 51 28
Octal 260 272 24 5 0 131 33 100 121 50
Binary 10110000 10111010 10100 101 0 1011001 11011 1000000 1010001 101000

Color Harmonies of #B0BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA14

Black with #B0BA14

Text Example


Text Example

White with #B0BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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