#BEC358

Color #BEC358 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BEC358

Tints of Wild Willow #BEC358

Color information

#BEC358 (or 0xBEC358) is unknown color: approx Wild Willow. HEX triplet: BE, C3 and 58. RGB value is (190,195,88). Sum of RGB (Red+Green+Blue) = 190+195+88=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC358 is #413CA7. Grayscale: #B5B5B5. Windows color (decimal): -4275368 or 5817278. OLE color: 5817278.

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

Color convert

RGB19019588-
CMYK0.0300.550.24
HSL62.8º47.14%55.49%-
HSV(B)62.8º54.87%76.47%-
XYZ42.5150.6816.77-
YUV181.3175.34134.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 195 (76.56% from 255) = 41.23%
BLUE value IS 88 (34.77% from 255) = 18.60%
R=40.17%
G=41.23%
B=18.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190195880.0300.550.2462.847.1455.49
HexBEC3583037183f2f37
Octal276303130306730775767
Binary1011111011000011101100011011011111000111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC358; }

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

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

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

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

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

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

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

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