Html Css Color HEX #B6D100 La Rioja

📋 copy color: '#B6D100'

red 182 ◦ green 209 ◦ blue 0

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

Shades of La Rioja #B6D100

Tints of La Rioja #B6D100

RGB

 RED value IS 182 (71.48% from 255) = 46.55%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.55%
G = 53.45%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#B6D100 (or 0xB6D100) is known color: La Rioja. HEX triplet: B6, D1 and 00. RGB value is (182,209,0). Sum of RGB (Red+Green+Blue) = 182+209+0=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 209 (82.03% from 255 or 53.45% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D100 is #492EFF. Grayscale: #B1B1B1. Windows color (decimal): -4796160 or 53686. OLE color: 53686.

HSL color Cylindrical-coordinate representation of color #B6D100: hue angle of 67.75º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B6D100 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 209 0 -
CMYK 0.13 0 1 0.18
HSL 67.75º 1% 0.41% -
HSV(B) 67.75º 1% 0.82% -
XYZ 42.09 55.55 8.5 -
YUV 177.1 28.05 131.49 -
System Red Green Blue C M Y K H S L
Decimal 182 209 0 0.13 0 1 0.18 67.75 1 0.41
Hex B6 D1 0 D 0 64 12 44 64 29
Octal 266 321 0 15 0 144 22 104 144 51
Binary 10110110 11010001 0 1101 0 1100100 10010 1000100 1100100 101001

Color Harmonies of #B6D100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D100

Black with #B6D100

Text Example


Text Example

White with #B6D100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D100; }

 p { color: rgb(182,209,0); }

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

background-color css

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

 a { background-color: rgb(182,209,0); }

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

border-color css

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

 span { border-color: rgb(182,209,0); }

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