#BEC75B

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

Shades of Wild Willow #BEC75B

Tints of Wild Willow #BEC75B

Color information

#BEC75B (or 0xBEC75B) is unknown color: approx Wild Willow. HEX triplet: BE, C7 and 5B. RGB value is (190,199,91). Sum of RGB (Red+Green+Blue) = 190+199+91=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC75B is #4138A4. Grayscale: #B8B8B8. Windows color (decimal): -4274341 or 6014910. OLE color: 6014910.

HSL color Cylindrical-coordinate representation of color #BEC75B: hue angle of 65º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEC75B is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19019991-
CMYK0.0500.540.22
HSL65º49.09%56.86%-
HSV(B)65º54.27%78.04%-
XYZ43.5552.5517.75-
YUV18475.52132.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 199 (78.12% from 255) = 41.46%
BLUE value IS 91 (35.94% from 255) = 18.96%
R=39.58%
G=41.46%
B=18.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190199910.0500.540.226549.0956.86
HexBEC75B503616413139
Octal2763071335066261016171
Binary101111101100011110110111010110110101101000001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC75B; }

 p { color: rgb(190,199,91); }

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

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

 a { background-color: rgb(190,199,91); }

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

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

 span { border-color: rgb(190,199,91); }

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