#B4BB14

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

Shades of La Rioja #B4BB14

Tints of La Rioja #B4BB14

Color information

#B4BB14 (or 0xB4BB14) is unknown color: approx La Rioja. HEX triplet: B4, BB and 14. RGB value is (180,187,20). Sum of RGB (Red+Green+Blue) = 180+187+20=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BB14 is #4B44EB. Grayscale: #A6A6A6. Windows color (decimal): -4932844 or 1358772. OLE color: 1358772.

HSL color Cylindrical-coordinate representation of color #B4BB14: hue angle of 62.51º degrees, saturation: 0.81, 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 #B4BB14 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB18018720-
CMYK0.0400.890.27
HSL62.51º80.68%40.59%-
HSV(B)62.51º89.3%73.33%-
XYZ36.7245.297.47-
YUV165.8745.68138.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 187 (73.44% from 255) = 48.32%
BLUE value IS 20 (8.20% from 255) = 5.17%
R=46.51%
G=48.32%
B=5.17%

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
Decimal180187200.0400.890.2762.5180.6840.59
HexB4BB1440591B3f5129
Octal2642732440131337712151
Binary10110100101110111010010001011001110111111111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BB14; }

 p { color: rgb(180,187,20); }

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

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

 a { background-color: rgb(180,187,20); }

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

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

 span { border-color: rgb(180,187,20); }

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