#B3D100

Color #B3D100 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B3D100

Tints of La Rioja #B3D100

Color information

#B3D100 (or 0xB3D100) is unknown color: approx La Rioja. HEX triplet: B3, D1 and 00. RGB value is (179,209,0). Sum of RGB (Red+Green+Blue) = 179+209+0=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 209 (82.03% from 255 or 53.87% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 209 - color contains mainly: green. Hex color #B3D100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3D100 is #4C2EFF. Grayscale: #B1B1B1. Windows color (decimal): -4992768 or 53683. OLE color: 53683.

HSL color Cylindrical-coordinate representation of color #B3D100: hue angle of 68.61º 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 #B3D100 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB1792090-
CMYK0.14010.18
HSL68.61º100%40.98%-
HSV(B)68.61º100%81.96%-
XYZ41.3955.188.47-
YUV176.228.56129.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 209 (82.03% from 255) = 53.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.13%
G=53.87%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal17920900.14010.1868.6110040.98
HexB3D10E06412456429
Octal26332101601442210514451
Binary101100111101000101110011001001001010001011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D100; }

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

 H1.HeaderClassName
 {
   color: #B3D100;
 }
 .AnyTagClassName
 {
   color: #B3D100;
 }
</style>
background-color css

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

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

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

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

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

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