#BEC612

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

Shades of La Rioja #BEC612

Tints of La Rioja #BEC612

Color information

#BEC612 (or 0xBEC612) is unknown color: approx La Rioja. HEX triplet: BE, C6 and 12. RGB value is (190,198,18). Sum of RGB (Red+Green+Blue) = 190+198+18=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC612 is #4139ED. Grayscale: #AFAFAF. Windows color (decimal): -4274670 or 1230526. OLE color: 1230526.

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

Color convert

RGB19019818-
CMYK0.0400.910.22
HSL62.67º83.33%42.35%-
HSV(B)62.67º90.91%77.65%-
XYZ41.5451.388.3-
YUV175.0939.35138.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 198 (77.73% from 255) = 48.77%
BLUE value IS 18 (7.42% from 255) = 4.43%
R=46.80%
G=48.77%
B=4.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190198180.0400.910.2262.6783.3342.35
HexBEC612405B163f532a
Octal2763062240133267712352
Binary10111110110001101001010001011011101101111111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC612; }

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

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

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

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

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

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

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

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