#BEC21F

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

Shades of Rio Grande #BEC21F

Tints of Rio Grande #BEC21F

Color information

#BEC21F (or 0xBEC21F) is unknown color: approx Rio Grande. HEX triplet: BE, C2 and 1F. RGB value is (190,194,31). Sum of RGB (Red+Green+Blue) = 190+194+31=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC21F is #413DE0. Grayscale: #AEAEAE. Windows color (decimal): -4275681 or 2081470. OLE color: 2081470.

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

Color convert

RGB19019431-
CMYK0.0200.840.24
HSL61.47º72.44%44.12%-
HSV(B)61.47º84.02%76.08%-
XYZ40.7749.638.73-
YUV174.2247.17139.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 194 (76.17% from 255) = 46.75%
BLUE value IS 31 (12.5% from 255) = 7.47%
R=45.78%
G=46.75%
B=7.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190194310.0200.840.2461.4772.4444.12
HexBEC21F2054183d482c
Octal2763023720124307511054
Binary1011111011000010111111001010100110001111011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC21F; }

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

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

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

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

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

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

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

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