#BEC423

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

Shades of Rio Grande #BEC423

Tints of Rio Grande #BEC423

Color information

#BEC423 (or 0xBEC423) is unknown color: approx Rio Grande. HEX triplet: BE, C4 and 23. RGB value is (190,196,35). Sum of RGB (Red+Green+Blue) = 190+196+35=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC423 is #413BDC. Grayscale: #B0B0B0. Windows color (decimal): -4275165 or 2344126. OLE color: 2344126.

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

Color convert

RGB19019635-
CMYK0.0300.820.23
HSL62.24º69.7%45.29%-
HSV(B)62.24º82.14%76.86%-
XYZ41.2850.559.17-
YUV175.8548.51138.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 196 (76.95% from 255) = 46.56%
BLUE value IS 35 (14.06% from 255) = 8.31%
R=45.13%
G=46.56%
B=8.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190196350.0300.820.2362.2469.745.29
HexBEC4233052173e462d
Octal2763044330122277610655
Binary10111110110001001000111101010010101111111101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC423; }

 p { color: rgb(190,196,35); }

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

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

 a { background-color: rgb(190,196,35); }

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

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

 span { border-color: rgb(190,196,35); }

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