#B4BD16

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

Shades of La Rioja #B4BD16

Tints of La Rioja #B4BD16

Color information

#B4BD16 (or 0xB4BD16) is unknown color: approx La Rioja. HEX triplet: B4, BD and 16. RGB value is (180,189,22). Sum of RGB (Red+Green+Blue) = 180+189+22=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BD16 is #4B42E9. Grayscale: #A7A7A7. Windows color (decimal): -4932330 or 1490356. OLE color: 1490356.

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

Color convert

RGB18018922-
CMYK0.0500.880.26
HSL63.23º79.15%41.37%-
HSV(B)63.23º88.36%74.12%-
XYZ37.1646.167.71-
YUV167.2746.02137.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 189 (74.22% from 255) = 48.34%
BLUE value IS 22 (8.98% from 255) = 5.63%
R=46.04%
G=48.34%
B=5.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180189220.0500.880.2663.2379.1541.37
HexB4BD1650581A3f4f29
Octal2642752650130327711751
Binary10110100101111011011010101011000110101111111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BD16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BD16; }

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

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

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

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

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

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

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

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