#BEC869

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

Shades of Wild Willow #BEC869

Tints of Wild Willow #BEC869

Color information

#BEC869 (or 0xBEC869) is unknown color: approx Wild Willow. HEX triplet: BE, C8 and 69. RGB value is (190,200,105). Sum of RGB (Red+Green+Blue) = 190+200+105=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC869 is #413796. Grayscale: #BABABA. Windows color (decimal): -4274071 or 6932670. OLE color: 6932670.

HSL color Cylindrical-coordinate representation of color #BEC869: hue angle of 66.32º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEC869 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB190200105-
CMYK0.0500.480.22
HSL66.32º46.34%59.8%-
HSV(B)66.32º47.5%78.43%-
XYZ44.4453.2821.31-
YUV186.1882.19130.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 200 (78.52% from 255) = 40.40%
BLUE value IS 105 (41.41% from 255) = 21.21%
R=38.38%
G=40.40%
B=21.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001050.0500.480.2266.3246.3459.8
HexBEC869503016422e3c
Octal2763101515060261025674
Binary101111101100100011010011010110000101101000010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC869; }

 p { color: rgb(190,200,105); }

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

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

 a { background-color: rgb(190,200,105); }

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

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

 span { border-color: rgb(190,200,105); }

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