Html Css Color HEX #B1BA14 La Rioja

📋 copy color: '#B1BA14'

red 177 ◦ green 186 ◦ blue 20

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

Shades of La Rioja #B1BA14

Tints of La Rioja #B1BA14

RGB

 RED value IS 177 (69.53% from 255) = 46.21%

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

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

R = 46.21%
G = 48.56%
B = 5.22%

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

#B1BA14 (or 0xB1BA14) is known color: La Rioja. HEX triplet: B1, BA and 14. RGB value is (177,186,20). Sum of RGB (Red+Green+Blue) = 177+186+20=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BA14 is #4E45EB. Grayscale: #A5A5A5. Windows color (decimal): -5129708 or 1358513. OLE color: 1358513.

HSL color Cylindrical-coordinate representation of color #B1BA14: hue angle of 63.25º 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 #B1BA14 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 186 20 -
CMYK 0.05 0 0.89 0.27
HSL 63.25º 0.81% 0.4% -
HSV(B) 63.25º 0.89% 0.73% -
XYZ 35.82 44.52 7.37 -
YUV 164.39 46.52 137 -
System Red Green Blue C M Y K H S L
Decimal 177 186 20 0.05 0 0.89 0.27 63.25 0.81 0.4
Hex B1 BA 14 5 0 59 1B 3F 51 28
Octal 261 272 24 5 0 131 33 77 121 50
Binary 10110001 10111010 10100 101 0 1011001 11011 111111 1010001 101000

Color Harmonies of #B1BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA14

Black with #B1BA14

Text Example


Text Example

White with #B1BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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