#BECB5E

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

Shades of Wild Willow #BECB5E

Tints of Wild Willow #BECB5E

Color information

#BECB5E (or 0xBECB5E) is unknown color: approx Wild Willow. HEX triplet: BE, CB and 5E. RGB value is (190,203,94). Sum of RGB (Red+Green+Blue) = 190+203+94=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB5E is #4134A1. Grayscale: #BBBBBB. Windows color (decimal): -4273314 or 6212542. OLE color: 6212542.

HSL color Cylindrical-coordinate representation of color #BECB5E: hue angle of 67.16º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BECB5E is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB19020394-
CMYK0.0600.540.20
HSL67.16º51.17%58.24%-
HSV(B)67.16º53.69%79.61%-
XYZ44.6154.4718.75-
YUV186.6975.69130.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 203 (79.69% from 255) = 41.68%
BLUE value IS 94 (37.11% from 255) = 19.30%
R=39.01%
G=41.68%
B=19.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190203940.0600.540.2067.1651.1758.24
HexBECB5E60361443333a
Octal2763131366066241036372
Binary101111101100101110111101100110110101001000011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB5E; }

 p { color: rgb(190,203,94); }

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

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

 a { background-color: rgb(190,203,94); }

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

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

 span { border-color: rgb(190,203,94); }

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