#B2BE0E

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

Shades of La Rioja #B2BE0E

Tints of La Rioja #B2BE0E

Color information

#B2BE0E (or 0xB2BE0E) is unknown color: approx La Rioja. HEX triplet: B2, BE and 0E. RGB value is (178,190,14). Sum of RGB (Red+Green+Blue) = 178+190+14=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BE0E is #4D41F1. Grayscale: #A7A7A7. Windows color (decimal): -5063154 or 966322. OLE color: 966322.

HSL color Cylindrical-coordinate representation of color #B2BE0E: hue angle of 64.09º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2BE0E is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB17819014-
CMYK0.0600.930.25
HSL64.09º86.27%40%-
HSV(B)64.09º92.63%74.51%-
XYZ36.8546.327.41-
YUV166.3542.02136.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.60%
GREEN value IS 190 (74.61% from 255) = 49.74%
BLUE value IS 14 (5.86% from 255) = 3.66%
R=46.60%
G=49.74%
B=3.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178190140.0600.930.2564.0986.2740
HexB2BEE605D19405628
Octal26227616601353110012650
Binary10110010101111101110110010111011100110000001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BE0E; }

 p { color: rgb(178,190,14); }

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

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

 a { background-color: rgb(178,190,14); }

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

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

 span { border-color: rgb(178,190,14); }

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