#B4BD10

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

Shades of La Rioja #B4BD10

Tints of La Rioja #B4BD10

Color information

#B4BD10 (or 0xB4BD10) is unknown color: approx La Rioja. HEX triplet: B4, BD and 10. RGB value is (180,189,16). Sum of RGB (Red+Green+Blue) = 180+189+16=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BD10 is #4B42EF. Grayscale: #A7A7A7. Windows color (decimal): -4932336 or 1097140. OLE color: 1097140.

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

Color convert

RGB18018916-
CMYK0.0500.920.26
HSL63.12º84.39%40.2%-
HSV(B)63.12º91.53%74.12%-
XYZ37.1146.147.44-
YUV166.5943.02137.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 189 (74.22% from 255) = 49.09%
BLUE value IS 16 (6.64% from 255) = 4.16%
R=46.75%
G=49.09%
B=4.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180189160.0500.920.2663.1284.3940.2
HexB4BD10505C1A3f5428
Octal2642752050134327712450
Binary10110100101111011000010101011100110101111111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BD10; }

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

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

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

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

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

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

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

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