#BEC021

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

Shades of Rio Grande #BEC021

Tints of Rio Grande #BEC021

Color information

#BEC021 (or 0xBEC021) is unknown color: approx Rio Grande. HEX triplet: BE, C0 and 21. RGB value is (190,192,33). Sum of RGB (Red+Green+Blue) = 190+192+33=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC021 is #413FDE. Grayscale: #ADADAD. Windows color (decimal): -4276191 or 2212030. OLE color: 2212030.

HSL color Cylindrical-coordinate representation of color #BEC021: hue angle of 60.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEC021 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB19019233-
CMYK0.0100.830.25
HSL60.75º70.67%44.12%-
HSV(B)60.75º82.81%75.29%-
XYZ40.3648.768.72-
YUV173.2848.84139.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 192 (75.39% from 255) = 46.27%
BLUE value IS 33 (13.28% from 255) = 7.95%
R=45.78%
G=46.27%
B=7.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190192330.0100.830.2560.7570.6744.12
HexBEC0211053193d472c
Octal2763004110123317510754
Binary1011111011000000100001101010011110011111011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC021; }

 p { color: rgb(190,192,33); }

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

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

 a { background-color: rgb(190,192,33); }

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

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

 span { border-color: rgb(190,192,33); }

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