#BEC11E

Color #BEC11E Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BEC11E

Tints of Rio Grande #BEC11E

Color information

#BEC11E (or 0xBEC11E) is unknown color: approx Rio Grande. HEX triplet: BE, C1 and 1E. RGB value is (190,193,30). Sum of RGB (Red+Green+Blue) = 190+193+30=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC11E is #413EE1. Grayscale: #AEAEAE. Windows color (decimal): -4275938 or 2015678. OLE color: 2015678.

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

Color convert

RGB19019330-
CMYK0.0200.840.24
HSL61.1º73.09%43.73%-
HSV(B)61.1º84.46%75.69%-
XYZ40.5449.188.58-
YUV173.5247.01139.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 193 (75.78% from 255) = 46.73%
BLUE value IS 30 (12.11% from 255) = 7.26%
R=46.00%
G=46.73%
B=7.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190193300.0200.840.2461.173.0943.73
HexBEC11E2054183d492c
Octal2763013620124307511154
Binary1011111011000001111101001010100110001111011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC11E; }

 p { color: rgb(190,193,30); }

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

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

 a { background-color: rgb(190,193,30); }

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

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

 span { border-color: rgb(190,193,30); }

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