#B0D100

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

Shades of La Rioja #B0D100

Tints of La Rioja #B0D100

Color information

#B0D100 (or 0xB0D100) is unknown color: approx La Rioja. HEX triplet: B0, D1 and 00. RGB value is (176,209,0). Sum of RGB (Red+Green+Blue) = 176+209+0=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 209 (82.03% from 255 or 54.29% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D100 is #4F2EFF. Grayscale: #B0B0B0. Windows color (decimal): -5189376 or 53680. OLE color: 53680.

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

Color convert

RGB1762090-
CMYK0.16010.18
HSL69.47º100%40.98%-
HSV(B)69.47º100%81.96%-
XYZ40.754.838.44-
YUV175.3129.07128.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 209 (82.03% from 255) = 54.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.71%
G=54.29%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal17620900.16010.1869.4710040.98
HexB0D101006412456429
Octal26032102001442210514451
Binary1011000011010001010000011001001001010001011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D100; }

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

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

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

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

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

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

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

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