#BEC620

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

Shades of Rio Grande #BEC620

Tints of Rio Grande #BEC620

Color information

#BEC620 (or 0xBEC620) is unknown color: approx Rio Grande. HEX triplet: BE, C6 and 20. RGB value is (190,198,32). Sum of RGB (Red+Green+Blue) = 190+198+32=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC620 is #4139DF. Grayscale: #B1B1B1. Windows color (decimal): -4274656 or 2148030. OLE color: 2148030.

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

Color convert

RGB19019832-
CMYK0.0400.840.22
HSL62.89º72.17%45.1%-
HSV(B)62.89º83.84%77.65%-
XYZ41.6951.449.1-
YUV176.6846.35137.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 198 (77.73% from 255) = 47.14%
BLUE value IS 32 (12.89% from 255) = 7.62%
R=45.24%
G=47.14%
B=7.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190198320.0400.840.2262.8972.1745.1
HexBEC6204054163f482d
Octal2763064040124267711055
Binary101111101100011010000010001010100101101111111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC620; }

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

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

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

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

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

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

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

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