#BEBF16

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

Shades of La Rioja #BEBF16

Tints of La Rioja #BEBF16

Color information

#BEBF16 (or 0xBEBF16) is unknown color: approx La Rioja. HEX triplet: BE, BF and 16. RGB value is (190,191,22). Sum of RGB (Red+Green+Blue) = 190+191+22=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBF16 is #4140E9. Grayscale: #ACACAC. Windows color (decimal): -4276458 or 1490878. OLE color: 1490878.

HSL color Cylindrical-coordinate representation of color #BEBF16: hue angle of 60.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEBF16 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19019122-
CMYK0.0100.880.25
HSL60.36º79.34%41.76%-
HSV(B)60.36º88.48%74.9%-
XYZ40.0148.277.97-
YUV171.4443.67141.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 22 (8.98% from 255) = 5.46%
R=47.15%
G=47.39%
B=5.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190191220.0100.880.2560.3679.3441.76
HexBEBF161058193c4f2a
Octal2762772610130317411752
Binary101111101011111110110101011000110011111001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF16; }

 p { color: rgb(190,191,22); }

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

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

 a { background-color: rgb(190,191,22); }

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

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

 span { border-color: rgb(190,191,22); }

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