#B2BA15

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

Shades of La Rioja #B2BA15

Tints of La Rioja #B2BA15

Color information

#B2BA15 (or 0xB2BA15) is unknown color: approx La Rioja. HEX triplet: B2, BA and 15. RGB value is (178,186,21). Sum of RGB (Red+Green+Blue) = 178+186+21=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BA15 is #4D45EA. Grayscale: #A5A5A5. Windows color (decimal): -5064171 or 1424050. OLE color: 1424050.

HSL color Cylindrical-coordinate representation of color #B2BA15: hue angle of 62.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2BA15 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB17818621-
CMYK0.0400.890.27
HSL62.91º79.71%40.59%-
HSV(B)62.91º88.71%72.94%-
XYZ36.0544.647.42-
YUV164.846.85137.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 186 (73.05% from 255) = 48.31%
BLUE value IS 21 (8.59% from 255) = 5.45%
R=46.23%
G=48.31%
B=5.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178186210.0400.890.2762.9179.7140.59
HexB2BA1540591B3f5029
Octal2622722540131337712051
Binary10110010101110101010110001011001110111111111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BA15; }

 p { color: rgb(178,186,21); }

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

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

 a { background-color: rgb(178,186,21); }

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

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

 span { border-color: rgb(178,186,21); }

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