#BEC619

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

Shades of Rio Grande #BEC619

Tints of Rio Grande #BEC619

Color information

#BEC619 (or 0xBEC619) is unknown color: approx Rio Grande. HEX triplet: BE, C6 and 19. RGB value is (190,198,25). Sum of RGB (Red+Green+Blue) = 190+198+25=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC619 is #4139E6. Grayscale: #B0B0B0. Windows color (decimal): -4274663 or 1689278. OLE color: 1689278.

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

Color convert

RGB19019825-
CMYK0.0400.870.22
HSL62.77º77.58%43.73%-
HSV(B)62.77º87.37%77.65%-
XYZ41.651.418.65-
YUV175.8942.85138.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 198 (77.73% from 255) = 47.94%
BLUE value IS 25 (10.16% from 255) = 6.05%
R=46.00%
G=47.94%
B=6.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190198250.0400.870.2262.7777.5843.73
HexBEC6194057163f4e2c
Octal2763063140127267711654
Binary10111110110001101100110001010111101101111111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC619; }

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

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

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

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

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

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

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

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