#BECB6F

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

Shades of Wild Willow #BECB6F

Tints of Wild Willow #BECB6F

Color information

#BECB6F (or 0xBECB6F) is unknown color: approx Wild Willow. HEX triplet: BE, CB and 6F. RGB value is (190,203,111). Sum of RGB (Red+Green+Blue) = 190+203+111=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB6F is #413490. Grayscale: #BCBCBC. Windows color (decimal): -4273297 or 7326654. OLE color: 7326654.

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

Color convert

RGB190203111-
CMYK0.0600.450.20
HSL68.48º46.94%61.57%-
HSV(B)68.48º45.32%79.61%-
XYZ45.4654.8123.22-
YUV188.6284.19128.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 203 (79.69% from 255) = 40.28%
BLUE value IS 111 (43.75% from 255) = 22.02%
R=37.70%
G=40.28%
B=22.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031110.0600.450.2068.4846.9461.57
HexBECB6F602D14442f3e
Octal2763131576055241045776
Binary101111101100101111011111100101101101001000100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB6F; }

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

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

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

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

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

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

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

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