Html Css Color HEX #B1D106 La Rioja

📋 copy color: '#B1D106'

red 177 ◦ green 209 ◦ blue 6

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

Shades of La Rioja #B1D106

Tints of La Rioja #B1D106

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.32%

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 45.15%
G = 53.32%
B = 1.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#B1D106 (or 0xB1D106) is known color: La Rioja. HEX triplet: B1, D1 and 06. RGB value is (177,209,6). Sum of RGB (Red+Green+Blue) = 177+209+6=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 209 (82.03% from 255 or 53.32% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D106 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D106 is #4E2EF9. Grayscale: #B1B1B1. Windows color (decimal): -5123834 or 446897. OLE color: 446897.

HSL color Cylindrical-coordinate representation of color #B1D106: hue angle of 69.46º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1D106 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 209 6 -
CMYK 0.15 0 0.97 0.18
HSL 69.46º 0.94% 0.42% -
HSV(B) 69.46º 0.97% 0.82% -
XYZ 40.96 54.96 8.62 -
YUV 176.29 31.9 128.51 -
System Red Green Blue C M Y K H S L
Decimal 177 209 6 0.15 0 0.97 0.18 69.46 0.94 0.42
Hex B1 D1 6 F 0 61 12 45 5E 2A
Octal 261 321 6 17 0 141 22 105 136 52
Binary 10110001 11010001 110 1111 0 1100001 10010 1000101 1011110 101010

Color Harmonies of #B1D106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D106

Black with #B1D106

Text Example


Text Example

White with #B1D106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D106; }

 p { color: rgb(177,209,6); }

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

background-color css

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

 a { background-color: rgb(177,209,6); }

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

border-color css

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

 span { border-color: rgb(177,209,6); }

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