#BEC212

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

Shades of La Rioja #BEC212

Tints of La Rioja #BEC212

Color information

#BEC212 (or 0xBEC212) is unknown color: approx La Rioja. HEX triplet: BE, C2 and 12. RGB value is (190,194,18). Sum of RGB (Red+Green+Blue) = 190+194+18=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC212 is #413DED. Grayscale: #ADADAD. Windows color (decimal): -4275694 or 1229502. OLE color: 1229502.

HSL color Cylindrical-coordinate representation of color #BEC212: hue angle of 61.36º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEC212 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19019418-
CMYK0.0200.910.24
HSL61.36º83.02%41.57%-
HSV(B)61.36º90.72%76.08%-
XYZ40.6449.578-
YUV172.7440.67140.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 194 (76.17% from 255) = 48.26%
BLUE value IS 18 (7.42% from 255) = 4.48%
R=47.26%
G=48.26%
B=4.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190194180.0200.910.2461.3683.0241.57
HexBEC212205B183d532a
Octal2763022220133307512352
Binary1011111011000010100101001011011110001111011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC212; }

 p { color: rgb(190,194,18); }

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

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

 a { background-color: rgb(190,194,18); }

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

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

 span { border-color: rgb(190,194,18); }

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