#B1BC04

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

Shades of La Rioja #B1BC04

Tints of La Rioja #B1BC04

Color information

#B1BC04 (or 0xB1BC04) is unknown color: approx La Rioja. HEX triplet: B1, BC and 04. RGB value is (177,188,4). Sum of RGB (Red+Green+Blue) = 177+188+4=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BC04 is #4E43FB. Grayscale: #A4A4A4. Windows color (decimal): -5129212 or 310449. OLE color: 310449.

HSL color Cylindrical-coordinate representation of color #B1BC04: hue angle of 63.59º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1BC04 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1771884-
CMYK0.0600.980.26
HSL63.59º95.83%37.65%-
HSV(B)63.59º97.87%73.73%-
XYZ36.1445.326.96-
YUV163.7337.86137.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 188 (73.83% from 255) = 50.95%
BLUE value IS 4 (1.95% from 255) = 1.08%
R=47.97%
G=50.95%
B=1.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17718840.0600.980.2663.5995.8337.65
HexB1BC460621A406026
Octal2612744601423210014046
Binary1011000110111100100110011000101101010000001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC04; }

 p { color: rgb(177,188,4); }

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

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

 a { background-color: rgb(177,188,4); }

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

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

 span { border-color: rgb(177,188,4); }

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