#B8BF14

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

Shades of La Rioja #B8BF14

Tints of La Rioja #B8BF14

Color information

#B8BF14 (or 0xB8BF14) is unknown color: approx La Rioja. HEX triplet: B8, BF and 14. RGB value is (184,191,20). Sum of RGB (Red+Green+Blue) = 184+191+20=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BF14 is #4740EB. Grayscale: #AAAAAA. Windows color (decimal): -4669676 or 1359800. OLE color: 1359800.

HSL color Cylindrical-coordinate representation of color #B8BF14: hue angle of 62.46º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8BF14 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB18419120-
CMYK0.0400.900.25
HSL62.46º81.04%41.37%-
HSV(B)62.46º89.53%74.9%-
XYZ38.5247.57.8-
YUV169.4143.68138.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.58%
GREEN value IS 191 (75% from 255) = 48.35%
BLUE value IS 20 (8.20% from 255) = 5.06%
R=46.58%
G=48.35%
B=5.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184191200.0400.900.2562.4681.0441.37
HexB8BF14405A193e5129
Octal2702772440132317612151
Binary10111000101111111010010001011010110011111101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BF14; }

 p { color: rgb(184,191,20); }

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

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

 a { background-color: rgb(184,191,20); }

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

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

 span { border-color: rgb(184,191,20); }

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