#B4BD15

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

Shades of La Rioja #B4BD15

Tints of La Rioja #B4BD15

Color information

#B4BD15 (or 0xB4BD15) is unknown color: approx La Rioja. HEX triplet: B4, BD and 15. RGB value is (180,189,21). Sum of RGB (Red+Green+Blue) = 180+189+21=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BD15 is #4B42EA. Grayscale: #A7A7A7. Windows color (decimal): -4932331 or 1424820. OLE color: 1424820.

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

Color convert

RGB18018921-
CMYK0.0500.890.26
HSL63.21º80%41.18%-
HSV(B)63.21º88.89%74.12%-
XYZ37.1646.157.66-
YUV167.1645.52137.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 189 (74.22% from 255) = 48.46%
BLUE value IS 21 (8.59% from 255) = 5.38%
R=46.15%
G=48.46%
B=5.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180189210.0500.890.2663.218041.18
HexB4BD1550591A3f5029
Octal2642752550131327712051
Binary10110100101111011010110101011001110101111111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BD15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BD15; }

 p { color: rgb(180,189,21); }

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

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

 a { background-color: rgb(180,189,21); }

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

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

 span { border-color: rgb(180,189,21); }

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