#BEC526

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

Shades of Rio Grande #BEC526

Tints of Rio Grande #BEC526

Color information

#BEC526 (or 0xBEC526) is unknown color: approx Rio Grande. HEX triplet: BE, C5 and 26. RGB value is (190,197,38). Sum of RGB (Red+Green+Blue) = 190+197+38=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC526 is #413AD9. Grayscale: #B1B1B1. Windows color (decimal): -4274906 or 2540990. OLE color: 2540990.

HSL color Cylindrical-coordinate representation of color #BEC526: hue angle of 62.64º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEC526 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB19019738-
CMYK0.0400.810.23
HSL62.64º67.66%46.08%-
HSV(B)62.64º80.71%77.25%-
XYZ41.5551.029.49-
YUV176.7849.68137.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 197 (77.34% from 255) = 46.35%
BLUE value IS 38 (15.23% from 255) = 8.94%
R=44.71%
G=46.35%
B=8.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190197380.0400.810.2362.6467.6646.08
HexBEC5264051173f442e
Octal2763054640121277710456
Binary101111101100010110011010001010001101111111111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC526; }

 p { color: rgb(190,197,38); }

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

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

 a { background-color: rgb(190,197,38); }

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

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

 span { border-color: rgb(190,197,38); }

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