#BEC019

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

Shades of Rio Grande #BEC019

Tints of Rio Grande #BEC019

Color information

#BEC019 (or 0xBEC019) is unknown color: approx Rio Grande. HEX triplet: BE, C0 and 19. RGB value is (190,192,25). Sum of RGB (Red+Green+Blue) = 190+192+25=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC019 is #413FE6. Grayscale: #ADADAD. Windows color (decimal): -4276199 or 1687742. OLE color: 1687742.

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

Color convert

RGB19019225-
CMYK0.0100.870.25
HSL60.72º76.96%42.55%-
HSV(B)60.72º86.98%75.29%-
XYZ40.2648.728.2-
YUV172.3644.84140.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 192 (75.39% from 255) = 47.17%
BLUE value IS 25 (10.16% from 255) = 6.14%
R=46.68%
G=47.17%
B=6.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190192250.0100.870.2560.7276.9642.55
HexBEC0191057193d4d2b
Octal2763003110127317511553
Binary101111101100000011001101010111110011111011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC019; }

 p { color: rgb(190,192,25); }

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

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

 a { background-color: rgb(190,192,25); }

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

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

 span { border-color: rgb(190,192,25); }

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