#B4D300

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

Shades of La Rioja #B4D300

Tints of La Rioja #B4D300

Color information

#B4D300 (or 0xB4D300) is unknown color: approx La Rioja. HEX triplet: B4, D3 and 00. RGB value is (180,211,0). Sum of RGB (Red+Green+Blue) = 180+211+0=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 211 (82.81% from 255 or 53.96% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D300 is #4B2CFF. Grayscale: #B2B2B2. Windows color (decimal): -4926720 or 54196. OLE color: 54196.

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

Color convert

RGB1802110-
CMYK0.15010.17
HSL68.82º100%41.37%-
HSV(B)68.82º100%82.75%-
XYZ42.1256.298.65-
YUV177.6827.73129.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 211 (82.81% from 255) = 53.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.04%
G=53.96%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal18021100.15010.1768.8210041.37
HexB4D30F06411456429
Octal26432301701442110514451
Binary101101001101001101111011001001000110001011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D300; }

 p { color: rgb(180,211,0); }

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

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

 a { background-color: rgb(180,211,0); }

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

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

 span { border-color: rgb(180,211,0); }

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