#B4BC00

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

Shades of La Rioja #B4BC00

Tints of La Rioja #B4BC00

Color information

#B4BC00 (or 0xB4BC00) is unknown color: approx La Rioja. HEX triplet: B4, BC and 00. RGB value is (180,188,0). Sum of RGB (Red+Green+Blue) = 180+188+0=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BC00 is #4B43FF. Grayscale: #A4A4A4. Windows color (decimal): -4932608 or 48308. OLE color: 48308.

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

Color convert

RGB1801880-
CMYK0.04010.26
HSL62.55º100%36.86%-
HSV(B)62.55º100%73.73%-
XYZ36.8145.676.88-
YUV164.1835.35139.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.91%
GREEN value IS 188 (73.83% from 255) = 51.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.91%
G=51.09%
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
Decimal18018800.04010.2662.5510036.86
HexB4BC040641A3f6425
Octal264274040144327714445
Binary1011010010111100010001100100110101111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BC00; }

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

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

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

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

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

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

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

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