#B6BE00

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

Shades of La Rioja #B6BE00

Tints of La Rioja #B6BE00

Color information

#B6BE00 (or 0xB6BE00) is unknown color: approx La Rioja. HEX triplet: B6, BE and 00. RGB value is (182,190,0). Sum of RGB (Red+Green+Blue) = 182+190+0=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 190 (74.61% from 255 or 51.08% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BE00 is #4941FF. Grayscale: #A6A6A6. Windows color (decimal): -4801024 or 48822. OLE color: 48822.

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

Color convert

RGB1821900-
CMYK0.04010.25
HSL62.53º100%37.25%-
HSV(B)62.53º100%74.51%-
XYZ37.746.777.04-
YUV165.9534.35139.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.92%
GREEN value IS 190 (74.61% from 255) = 51.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.92%
G=51.08%
B=0%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18219000.04010.2562.5310037.25
HexB6BE04064193f6425
Octal266276040144317714445
Binary1011011010111110010001100100110011111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BE00; }

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

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

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

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

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

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

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

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