#BEC322

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

Shades of Rio Grande #BEC322

Tints of Rio Grande #BEC322

Color information

#BEC322 (or 0xBEC322) is unknown color: approx Rio Grande. HEX triplet: BE, C3 and 22. RGB value is (190,195,34). Sum of RGB (Red+Green+Blue) = 190+195+34=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 34 (13.67% from 255 or 8.11% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC322 is #413CDD. Grayscale: #AFAFAF. Windows color (decimal): -4275422 or 2278334. OLE color: 2278334.

HSL color Cylindrical-coordinate representation of color #BEC322: hue angle of 61.86º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEC322 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB19019534-
CMYK0.0300.830.24
HSL61.86º70.31%44.9%-
HSV(B)61.86º82.56%76.47%-
XYZ41.0450.099.02-
YUV175.1548.34138.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 195 (76.56% from 255) = 46.54%
BLUE value IS 34 (13.67% from 255) = 8.11%
R=45.35%
G=46.54%
B=8.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190195340.0300.830.2461.8670.3144.9
HexBEC3223053183e462d
Octal2763034230123307610655
Binary10111110110000111000101101010011110001111101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC322; }

 p { color: rgb(190,195,34); }

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

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

 a { background-color: rgb(190,195,34); }

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

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

 span { border-color: rgb(190,195,34); }

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