Html Css Color HEX #B1BA10 La Rioja

📋 copy color: '#B1BA10'

red 177 ◦ green 186 ◦ blue 16

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

Shades of La Rioja #B1BA10

Tints of La Rioja #B1BA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.22%

R = 46.7%
G = 49.08%
B = 4.22%

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

#B1BA10 (or 0xB1BA10) is known color: La Rioja. HEX triplet: B1, BA and 10. RGB value is (177,186,16). Sum of RGB (Red+Green+Blue) = 177+186+16=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BA10 is #4E45EF. Grayscale: #A4A4A4. Windows color (decimal): -5129712 or 1096369. OLE color: 1096369.

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

Color convert

RGB 177 186 16 -
CMYK 0.05 0 0.91 0.27
HSL 63.18º 0.84% 0.4% -
HSV(B) 63.18º 0.91% 0.73% -
XYZ 35.78 44.5 7.19 -
YUV 163.93 44.52 137.32 -
System Red Green Blue C M Y K H S L
Decimal 177 186 16 0.05 0 0.91 0.27 63.18 0.84 0.4
Hex B1 BA 10 5 0 5B 1B 3F 54 28
Octal 261 272 20 5 0 133 33 77 124 50
Binary 10110001 10111010 10000 101 0 1011011 11011 111111 1010100 101000

Color Harmonies of #B1BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA10

Black with #B1BA10

Text Example


Text Example

White with #B1BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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