#B6BF00

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

Shades of La Rioja #B6BF00

Tints of La Rioja #B6BF00

Color information

#B6BF00 (or 0xB6BF00) is unknown color: approx La Rioja. HEX triplet: B6, BF and 00. RGB value is (182,191,0). Sum of RGB (Red+Green+Blue) = 182+191+0=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BF00 is #4940FF. Grayscale: #A7A7A7. Windows color (decimal): -4800768 or 49078. OLE color: 49078.

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

Color convert

RGB1821910-
CMYK0.05010.25
HSL62.83º100%37.45%-
HSV(B)62.83º100%74.9%-
XYZ37.9247.217.11-
YUV166.5434.02139.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 191 (75% from 255) = 51.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.79%
G=51.21%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18219100.05010.2562.8310037.45
HexB6BF05064193f6425
Octal266277050144317714445
Binary1011011010111111010101100100110011111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BF00; }

 p { color: rgb(182,191,0); }

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

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

 a { background-color: rgb(182,191,0); }

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

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

 span { border-color: rgb(182,191,0); }

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