#BEC52B

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

Shades of Rio Grande #BEC52B

Tints of Rio Grande #BEC52B

Color information

#BEC52B (or 0xBEC52B) is unknown color: approx Rio Grande. HEX triplet: BE, C5 and 2B. RGB value is (190,197,43). Sum of RGB (Red+Green+Blue) = 190+197+43=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC52B is #413AD4. Grayscale: #B1B1B1. Windows color (decimal): -4274901 or 2868670. OLE color: 2868670.

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

Color convert

RGB19019743-
CMYK0.0400.780.23
HSL62.73º64.17%47.06%-
HSV(B)62.73º78.17%77.25%-
XYZ41.6451.059.95-
YUV177.3552.18137.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 197 (77.34% from 255) = 45.81%
BLUE value IS 43 (17.19% from 255) = 10%
R=44.19%
G=45.81%
B=10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190197430.0400.780.2362.7364.1747.06
HexBEC52B404E173f402f
Octal2763055340116277710057
Binary101111101100010110101110001001110101111111111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC52B; }

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

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

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

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

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

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

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

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