#BEC81F

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

Shades of Rio Grande #BEC81F

Tints of Rio Grande #BEC81F

Color information

#BEC81F (or 0xBEC81F) is unknown color: approx Rio Grande. HEX triplet: BE, C8 and 1F. RGB value is (190,200,31). Sum of RGB (Red+Green+Blue) = 190+200+31=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC81F is #4137E0. Grayscale: #B2B2B2. Windows color (decimal): -4274145 or 2083006. OLE color: 2083006.

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

Color convert

RGB19020031-
CMYK0.0500.840.22
HSL63.55º73.16%45.29%-
HSV(B)63.55º84.5%78.43%-
XYZ42.1452.359.18-
YUV177.7445.19136.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 200 (78.52% from 255) = 47.51%
BLUE value IS 31 (12.5% from 255) = 7.36%
R=45.13%
G=47.51%
B=7.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190200310.0500.840.2263.5573.1645.29
HexBEC81F50541640492d
Octal27631037501242610011155
Binary101111101100100011111101010101001011010000001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC81F; }

 p { color: rgb(190,200,31); }

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

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

 a { background-color: rgb(190,200,31); }

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

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

 span { border-color: rgb(190,200,31); }

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