#BEC916

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

Shades of Rio Grande #BEC916

Tints of Rio Grande #BEC916

Color information

#BEC916 (or 0xBEC916) is unknown color: approx Rio Grande. HEX triplet: BE, C9 and 16. RGB value is (190,201,22). Sum of RGB (Red+Green+Blue) = 190+201+22=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC916 is #4136E9. Grayscale: #B2B2B2. Windows color (decimal): -4273898 or 1493438. OLE color: 1493438.

HSL color Cylindrical-coordinate representation of color #BEC916: hue angle of 63.69º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEC916 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB19020122-
CMYK0.0500.890.21
HSL63.69º80.27%43.73%-
HSV(B)63.69º89.05%78.82%-
XYZ42.2752.788.72-
YUV177.340.36137.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 201 (78.91% from 255) = 48.67%
BLUE value IS 22 (8.98% from 255) = 5.33%
R=46.00%
G=48.67%
B=5.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190201220.0500.890.2163.6980.2743.73
HexBEC91650591540502c
Octal27631126501312510012054
Binary101111101100100110110101010110011010110000001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC916; }

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

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

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

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

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

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

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

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