#BEC229

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

Shades of Rio Grande #BEC229

Tints of Rio Grande #BEC229

Color information

#BEC229 (or 0xBEC229) is unknown color: approx Rio Grande. HEX triplet: BE, C2 and 29. RGB value is (190,194,41). Sum of RGB (Red+Green+Blue) = 190+194+41=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC229 is #413DD6. Grayscale: #AFAFAF. Windows color (decimal): -4275671 or 2736830. OLE color: 2736830.

HSL color Cylindrical-coordinate representation of color #BEC229: hue angle of 61.57º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BEC229 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB19019441-
CMYK0.0200.790.24
HSL61.57º65.11%46.08%-
HSV(B)61.57º78.87%76.08%-
XYZ40.9349.699.53-
YUV175.3652.17138.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 194 (76.17% from 255) = 45.65%
BLUE value IS 41 (16.41% from 255) = 9.65%
R=44.71%
G=45.65%
B=9.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190194410.0200.790.2461.5765.1146.08
HexBEC229204F183e412e
Octal2763025120117307610156
Binary10111110110000101010011001001111110001111101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC229; }

 p { color: rgb(190,194,41); }

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

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

 a { background-color: rgb(190,194,41); }

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

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

 span { border-color: rgb(190,194,41); }

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