#B5BC00

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

Shades of La Rioja #B5BC00

Tints of La Rioja #B5BC00

Color information

#B5BC00 (or 0xB5BC00) is unknown color: approx La Rioja. HEX triplet: B5, BC and 00. RGB value is (181,188,0). Sum of RGB (Red+Green+Blue) = 181+188+0=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BC00 is #4A43FF. Grayscale: #A5A5A5. Windows color (decimal): -4867072 or 48309. OLE color: 48309.

HSL color Cylindrical-coordinate representation of color #B5BC00: hue angle of 62.23º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5BC00 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1811880-
CMYK0.04010.26
HSL62.23º100%36.86%-
HSV(B)62.23º100%73.73%-
XYZ37.0445.796.89-
YUV164.4835.18139.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 188 (73.83% from 255) = 50.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.05%
G=50.95%
B=0%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18118800.04010.2662.2310036.86
HexB5BC040641A3e6425
Octal265274040144327614445
Binary1011010110111100010001100100110101111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BC00; }

 p { color: rgb(181,188,0); }

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

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

 a { background-color: rgb(181,188,0); }

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

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

 span { border-color: rgb(181,188,0); }

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