#BEC418

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

Shades of Rio Grande #BEC418

Tints of Rio Grande #BEC418

Color information

#BEC418 (or 0xBEC418) is unknown color: approx Rio Grande. HEX triplet: BE, C4 and 18. RGB value is (190,196,24). Sum of RGB (Red+Green+Blue) = 190+196+24=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC418 is #413BE7. Grayscale: #AFAFAF. Windows color (decimal): -4275176 or 1623230. OLE color: 1623230.

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

Color convert

RGB19019624-
CMYK0.0300.880.23
HSL62.09º78.18%43.14%-
HSV(B)62.09º87.76%76.86%-
XYZ41.1450.498.44-
YUV174.643.01138.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 196 (76.95% from 255) = 47.80%
BLUE value IS 24 (9.77% from 255) = 5.85%
R=46.34%
G=47.80%
B=5.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190196240.0300.880.2362.0978.1843.14
HexBEC4183058173e4e2b
Octal2763043030130277611653
Binary1011111011000100110001101011000101111111101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC418; }

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

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

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

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

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

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

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

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